MCPcopy
hub / github.com/axios/axios / get

Function get

tests/browser/cookies.browser.test.js:49–51  ·  tests/browser/cookies.browser.test.js::get
()

Source from the content-addressed store, hash-verified

47 Object.defineProperty(document, class="st">'cookie', {
48 configurable: true,
49 get() {
50 return class="st">'foo=abc;bar=def';
51 },
52 });
53
54 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected