Skip to content

Commit 9907180

Browse files
committed
url: remove initSearchParams on search setter
1 parent d610096 commit 9907180

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/url.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ class URL {
735735
throw new ERR_INVALID_THIS('URL');
736736
search = toUSVString(search);
737737
updateUrl(this[context].href, updateActions.kSearch, search, this.#onParseComplete);
738-
initSearchParams(this[searchParams], this[context].search);
739738
}
740739

741740
// readonly

0 commit comments

Comments
 (0)