()
| 1116 | } |
| 1117 | |
| 1118 | get search() { |
| 1119 | // Updates to URLSearchParams are lazily propagated to URL, so we need to check we're in sync. |
| 1120 | this.#ensureSearchParamsUpdated(); |
| 1121 | return this.#getSearchFromContext(); |
| 1122 | } |
| 1123 | |
| 1124 | set search(value) { |
| 1125 | const href = bindingUrl.update(this.#context.href, updateActions.kSearch, StringPrototypeToWellFormed(`${value}`)); |