summaryrefslogtreecommitdiff
path: root/ext/url/00_url.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/url/00_url.js')
-rw-r--r--ext/url/00_url.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/url/00_url.js b/ext/url/00_url.js
index 4e6c7ac47..06630a2d0 100644
--- a/ext/url/00_url.js
+++ b/ext/url/00_url.js
@@ -300,6 +300,11 @@
webidl.configurePrototype(URLSearchParams);
const URLSearchParamsPrototype = URLSearchParams.prototype;
+ webidl.converters["URLSearchParams"] = webidl.createInterfaceConverter(
+ "URLSearchParams",
+ URLSearchParamsPrototype,
+ );
+
const _url = Symbol("url");
class URL {