We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
URL.createObjectURL
URL.revokeObjectURL
1 parent 91a56d0 commit 844155cCopy full SHA for 844155c
lib/unsupported-features/node-builtins-modules/url.js
@@ -15,8 +15,8 @@ const url = {
15
URL: {
16
[READ]: { supported: ["7.0.0", "6.13.0"] },
17
canParse: { [READ]: { supported: ["19.9.0"] } },
18
- createObjectURL: { [READ]: { experimental: ["16.7.0"] } },
19
- revokeObjectURL: { [READ]: { experimental: ["16.7.0"] } },
+ createObjectURL: { [READ]: { experimental: ["16.7.0"], supported: ["22.17.0"] } },
+ revokeObjectURL: { [READ]: { experimental: ["16.7.0"], supported: ["22.17.0"] } },
20
},
21
URLSearchParams: { [READ]: { supported: ["7.5.0", "6.13.0"] } },
22
Url: { [READ]: { supported: ["0.1.25"] } },
0 commit comments