MCPcopy Create free account
hub / github.com/axios/axios / append

Method append

tests/unit/helpers/formDataToStream.test.js:9–11  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

7 this[Symbol.toStringTag] = 'FormData';
8 }
9 append(name, value) {
10 this._entries.push([name, value]);
11 }
12 entries() {
13 return this._entries[Symbol.iterator]();
14 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected