()
| 58111 | this.aborted = true; |
| 58112 | if (this.abort) { |
| 58113 | this.abort(reason); |
| 58114 | } else { |
| 58115 | this.reason = reason; |
| 58116 | } |
| 58117 | }); |
| 58118 | } |
| 58119 | onRequestSent() { |
| 58120 | if (this.handler.onRequestSent) { |
nothing calls this directly
no test coverage detected