We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc48090 commit 0f2b57dCopy full SHA for 0f2b57d
lib/internal/url.js
@@ -1167,6 +1167,12 @@ ObjectDefineProperties(URL, {
1167
writable: true,
1168
enumerable: true,
1169
},
1170
+ parse: {
1171
+ __proto__: null,
1172
+ configurable: true,
1173
+ writable: true,
1174
+ enumerable: true,
1175
+ },
1176
});
1177
1178
function installObjectURLMethods() {
test/wpt/status/url.json
@@ -13,14 +13,6 @@
13
]
14
}
15
16
- "idlharness.any.js": {
17
- "fail": {
18
- "note": "TODO(@panva)",
19
- "expected": [
20
- "URL interface: operation parse(USVString, optional USVString)"
21
- ]
22
- }
23
- },
24
"url-setters-a-area.window.js": {
25
"skip": "already tested in url-setters.any.js"
26
0 commit comments