Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/unsupported-features/node-builtins-modules/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const url = {
URL: {
[READ]: { supported: ["7.0.0", "6.13.0"] },
canParse: { [READ]: { supported: ["19.9.0"] } },
createObjectURL: { [READ]: { experimental: ["16.7.0"] } },
revokeObjectURL: { [READ]: { experimental: ["16.7.0"] } },
createObjectURL: { [READ]: { supported: ["16.7.0"] } },
revokeObjectURL: { [READ]: { supported: ["16.7.0"] } },
},
URLSearchParams: { [READ]: { supported: ["7.5.0", "6.13.0"] } },
Url: { [READ]: { supported: ["0.1.25"] } },
Expand Down
Loading