* Override the `asap` command option to `true` * TODO: remove?
()
| 402 | * TODO: remove? |
| 403 | */ |
| 404 | asap() { |
| 405 | return this._commandOptionsProxy('asap', true); |
| 406 | } |
| 407 | |
| 408 | async connect() { |
| 409 | if (this._self.#isOpen) return; // TODO: throw error? |
nothing calls this directly
no test coverage detected