There was an error while loading. Please reload this page.
initSearchParams
1 parent d610096 commit 9907180Copy full SHA for 9907180
lib/internal/url.js
@@ -735,7 +735,6 @@ class URL {
735
throw new ERR_INVALID_THIS('URL');
736
search = toUSVString(search);
737
updateUrl(this[context].href, updateActions.kSearch, search, this.#onParseComplete);
738
- initSearchParams(this[searchParams], this[context].search);
739
}
740
741
// readonly
0 commit comments