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

Method constructor

tests/unit/helpers/formDataToStream.test.js:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4class SpecFormData {
5 constructor() {
6 this._entries = [];
7 this[Symbol.toStringTag] = 'FormData';
8 }
9 append(name, value) {
10 this._entries.push([name, value]);
11 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected