()
| 959 | } |
| 960 | |
| 961 | toString() { |
| 962 | // Updates to URLSearchParams are lazily propagated to URL, so we need to check we're in sync. |
| 963 | this.#ensureSearchParamsUpdated(); |
| 964 | return this.#context.href; |
| 965 | } |
| 966 | |
| 967 | get href() { |
| 968 | // Updates to URLSearchParams are lazily propagated to URL, so we need to check we're in sync. |
no test coverage detected