(statusCode, headers, socket)
| 53559 | } else if (this.opts.body && typeof this.opts.body !== "string" && !ArrayBuffer.isView(this.opts.body) && util4.isIterable(this.opts.body)) { |
| 53560 | this.opts.body = new BodyAsyncIterable(this.opts.body); |
| 53561 | } |
| 53562 | } |
| 53563 | onConnect(abort) { |
| 53564 | this.abort = abort; |
| 53565 | this.handler.onConnect(abort, { history: this.history }); |
| 53566 | } |
no test coverage detected