We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b45ee commit 9fe6425Copy full SHA for 9fe6425
lib/unsupported-features/node-builtins-modules/url.js
@@ -12,9 +12,9 @@ const url = {
12
urlToHttpOptions: { [READ]: { supported: ["15.7.0", "14.18.0"] } },
13
URL: {
14
[READ]: { supported: ["7.0.0", "6.13.0"] },
15
- canParse: { [READ]: { experimental: ["19.9.0"] } },
+ canParse: { [READ]: { supported: ["19.9.0"] } },
16
createObjectURL: { [READ]: { experimental: ["16.7.0"] } },
17
- revokeObjectURL: { [READ]: { supported: ["19.9.0", "18.17.0"] } },
+ revokeObjectURL: { [READ]: { experimental: ["16.7.0"] } },
18
},
19
URLSearchParams: { [READ]: { supported: ["7.5.0", "6.13.0"] } },
20
Url: { [READ]: { supported: ["0.1.25"] } },
0 commit comments