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