Skip to content

Commit

Permalink
chore: Add URL static methods
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed Feb 6, 2024
1 parent 195b727 commit 548d2b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/node-modules/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ const url = {
format: { [READ]: { supported: ["7.6.0"] } },
pathToFileURL: { [READ]: { supported: ["10.12.0"] } },
urlToHttpOptions: { [READ]: { supported: ["15.7.0", "14.18.0"] } },
URL: { [READ]: { supported: ["7.0.0", "6.13.0"] } },
URL: {
[READ]: { supported: ["7.0.0", "6.13.0"] },
canParse: { [READ]: { experimental: ["19.9.0"] } },
createObjectURL: { [READ]: { experimental: ["16.7.0"] } },
revokeObjectURL: { [READ]: { supported: ["19.9.0", "18.17.0"] } },
},
URLSearchParams: { [READ]: { supported: ["7.5.0", "6.13.0"] } },
Url: { [READ]: { supported: ["0.1.25"] } },
}
Expand Down

0 comments on commit 548d2b0

Please sign in to comment.