()
| 52 | } |
| 53 | |
| 54 | removeTimeout() { |
| 55 | if (this._timeout) { |
| 56 | clearTimeout(this._timeout); |
| 57 | } |
| 58 | this._timeout = null; |
| 59 | } |
| 60 | |
| 61 | _fireTimeout() { |
| 62 | this.reject(new errors.TimeoutError("ResourceRequest timed out")); |
no outgoing calls
no test coverage detected