(abort)
| 53555 | }); |
| 53556 | } |
| 53557 | } else if (this.opts.body && typeof this.opts.body.pipeTo === "function") { |
| 53558 | this.opts.body = new BodyAsyncIterable(this.opts.body); |
| 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) { |
no outgoing calls
no test coverage detected