MCPcopy
hub / github.com/axios/axios / subscribe

Method subscribe

index.d.ts:580–580  ·  view source on GitHub ↗
(listener: (cancel: Cancel | any) => void)

Source from the content-addressed store, hash-verified

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}

Callers 5

xhr.jsFile · 0.65
http.jsFile · 0.65
constructorMethod · 0.65
esm-added-types.tsFile · 0.65
cjs-added-types.tsFile · 0.65

Implementers 1

CancelTokenlib/cancel/CancelToken.js

Calls

no outgoing calls

Tested by

no test coverage detected