()
| 185 | this.#pairs = parseQuery(this.#parts.query); |
| 186 | } |
| 187 | updateParts() { |
| 188 | if (this.#parts) |
| 189 | this.#parts.query = serializeQuery(this.#pairs); |
| 190 | } |
| 191 | [Symbol.iterator]() { |
| 192 | const pairs = this.#pairs |
| 193 | let index = 0; |
no test coverage detected