MCPcopy
hub / github.com/axios/axios / open

Method open

tests/browser/xsrf.browser.test.js:24–28  ·  view source on GitHub ↗
(method, url, async = true)

Source from the content-addressed store, hash-verified

22 }
23
24 open(method, url, async = true) {
25 this.method = method;
26 this.url = url;
27 this.async = async;
28 }
29
30 setRequestHeader(key, value) {
31 this.requestHeaders[key] = value;

Callers 1

xhr.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected