Skip to content

Commit 9fe6425

Browse files
authored
fix(unsupported-features): Improve URL module
fixes #243
1 parent a0b45ee commit 9fe6425

File tree

1 file changed

+2
-2
lines changed
  • lib/unsupported-features/node-builtins-modules

1 file changed

+2
-2
lines changed

lib/unsupported-features/node-builtins-modules/url.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ const url = {
1212
urlToHttpOptions: { [READ]: { supported: ["15.7.0", "14.18.0"] } },
1313
URL: {
1414
[READ]: { supported: ["7.0.0", "6.13.0"] },
15-
canParse: { [READ]: { experimental: ["19.9.0"] } },
15+
canParse: { [READ]: { supported: ["19.9.0"] } },
1616
createObjectURL: { [READ]: { experimental: ["16.7.0"] } },
17-
revokeObjectURL: { [READ]: { supported: ["19.9.0", "18.17.0"] } },
17+
revokeObjectURL: { [READ]: { experimental: ["16.7.0"] } },
1818
},
1919
URLSearchParams: { [READ]: { supported: ["7.5.0", "6.13.0"] } },
2020
Url: { [READ]: { supported: ["0.1.25"] } },

0 commit comments

Comments
 (0)