(abort)
| 52640 | if (this[kHandler].onRequestSent) { |
| 52641 | try { |
| 52642 | return this[kHandler].onRequestSent(); |
| 52643 | } catch (err) { |
| 52644 | this.abort(err); |
| 52645 | } |
| 52646 | } |
| 52647 | } |
| 52648 | onConnect(abort) { |
| 52649 | assert2(!this.aborted); |
| 52650 | assert2(!this.completed); |
| 52651 | if (this.error) { |
| 52652 | abort(this.error); |
| 52653 | } else { |
| 52654 | this.abort = abort; |