()
| 181 | }); |
| 182 | } |
| 183 | close() { |
| 184 | this.#socket?.close(); |
| 185 | this.#socket = undefined; |
| 186 | Timer.clear(this.#timer); |
| 187 | this.#timer = undefined; |
| 188 | this.#current = undefined; |
| 189 | this.#requests.length = 0; |
| 190 | this.#state = "closed"; |
| 191 | } |
| 192 | request(options) { |
| 193 | options = {...options}; |
| 194 | this.#requests.push(options); |