MCPcopy
hub / github.com/axios/axios / abort

Method abort

lib/cancel/CancelToken.js:108–110  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

106 const controller = new AbortController();
107
108 const abort = (err) => {
109 controller.abort(err);
110 };
111
112 this.subscribe(abort);
113

Callers 2

onabortFunction · 0.45
xhr.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected