Skip to content

Commit

Permalink
fix(unsupported-features): Improve URL module (#244)
Browse files Browse the repository at this point in the history
fixes #243
  • Loading branch information
scagood committed Apr 15, 2024
1 parent a0b45ee commit 6581979
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -12,9 +12,9 @@ const url = {
urlToHttpOptions: { [READ]: { supported: ["15.7.0", "14.18.0"] } },
URL: {
[READ]: { supported: ["7.0.0", "6.13.0"] },
canParse: { [READ]: { experimental: ["19.9.0"] } },
canParse: { [READ]: { supported: ["19.9.0"] } },
createObjectURL: { [READ]: { experimental: ["16.7.0"] } },
revokeObjectURL: { [READ]: { supported: ["19.9.0", "18.17.0"] } },
revokeObjectURL: { [READ]: { experimental: ["16.7.0"] } },
},
URLSearchParams: { [READ]: { supported: ["7.5.0", "6.13.0"] } },
Url: { [READ]: { supported: ["0.1.25"] } },
Expand Down

0 comments on commit 6581979

Please sign in to comment.