(listener: (cancel: Cancel | any) => void)
| 578 | reason?: Cancel; |
| 579 | throwIfRequested(): void; |
| 580 | subscribe(listener: (cancel: Cancel | any) => void): void; |
| 581 | unsubscribe(listener: (cancel: Cancel | any) => void): void; |
| 582 | toAbortSignal(): AbortSignal; |
| 583 | } |
no outgoing calls
no test coverage detected