()
| 577 | promise: Promise<Cancel>; |
| 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; |
no outgoing calls
no test coverage detected