diff --git a/manifests/native.json b/manifests/native.json index 0796f19..8a90b0c 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -1339,6 +1339,18 @@ "compatKey": "javascript.builtins.Symbol.description" } }, + "URL": { + "id": "URL", + "type": "native", + "url": { + "type": "mdn", + "id": "Web/API/URL" + }, + "webFeatureId": { + "featureId": "url", + "compatKey": "api.URL" + } + }, "WeakMap": { "id": "WeakMap", "type": "native", @@ -2525,6 +2537,11 @@ "moduleName": "weak-map", "replacements": ["WeakMap"] }, + "whatwg-url": { + "type": "module", + "moduleName": "whatwg-url", + "replacements": ["URL"] + }, "xtend": { "type": "module", "moduleName": "xtend",