MCPcopy
hub / github.com/axios/axios / remove

Function remove

lib/helpers/cookies.js:53–55  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

51 },
52
53 remove(name) {
54 this.write(name, '', Date.now() - 86400000, '/');
55 },
56 }
57 : // Non-standard browser env (web workers, react-native) lack needed support.
58 {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected