MCPcopy
hub / github.com/axios/axios / ReactNativeFormData

Class ReactNativeFormData

tests/unit/core/dispatchRequest.test.js:8–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import resolveConfig from '../../../lib/helpers/resolveConfig.js';
7
8class ReactNativeFormData {
9 append() {}
10
11 getParts() {
12 return [];
13 }
14
15 get [Symbol.toStringTag]() {
16 return 'FormData';
17 }
18}
19
20function baseConfig(overrides = {}) {
21 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected