MCPcopy
hub / github.com/axios/axios / unsubscribe

Method unsubscribe

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

Source from the content-addressed store, hash-verified

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

Callers 8

unsubscribeFunction · 0.65
factoryFunction · 0.65
doneFunction · 0.65
onFinishedFunction · 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