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

Method abort

tests/browser/cancel.browser.test.js:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 abort() {
61 this.statusText = 'abort';
62 if (this.onabort) {
63 this.onabort();
64 }
65 }
66}
67
68let requests = [];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected