()
| 101 | } |
| 102 | get cancelled() { return this.#cancelled; } |
| 103 | checkSignal() { |
| 104 | (0, errors_js_1.assert)(!this.cancelled, "cancelled", "CANCELLED", {}); |
| 105 | } |
| 106 | } |
| 107 | exports.FetchCancelSignal = FetchCancelSignal; |
| 108 | // Check the signal, throwing if it is cancelled |
no outgoing calls
no test coverage detected