Skip to content

Commit 844155c

Browse files
xatlasmscagood
andauthored
fix(no-unsupported): URL.createObjectURL, URL.revokeObjectURL are supported (#471)
Co-authored-by: Sebastian Good <[email protected]>
1 parent 91a56d0 commit 844155c

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const url = {
1515
URL: {
1616
[READ]: { supported: ["7.0.0", "6.13.0"] },
1717
canParse: { [READ]: { supported: ["19.9.0"] } },
18-
createObjectURL: { [READ]: { experimental: ["16.7.0"] } },
19-
revokeObjectURL: { [READ]: { experimental: ["16.7.0"] } },
18+
createObjectURL: { [READ]: { experimental: ["16.7.0"], supported: ["22.17.0"] } },
19+
revokeObjectURL: { [READ]: { experimental: ["16.7.0"], supported: ["22.17.0"] } },
2020
},
2121
URLSearchParams: { [READ]: { supported: ["7.5.0", "6.13.0"] } },
2222
Url: { [READ]: { supported: ["0.1.25"] } },

0 commit comments

Comments
 (0)