MCPcopy
hub / github.com/axios/axios / throwIfRequested

Method throwIfRequested

index.d.ts:579–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 2

Implementers 1

CancelTokenlib/cancel/CancelToken.js

Calls

no outgoing calls

Tested by

no test coverage detected