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

Class ReactNativeFormData

tests/unit/helpers/resolveConfig.test.js:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import AxiosError from '../../../lib/core/AxiosError.js';
6
7class ReactNativeFormData {
8 append() {}
9
10 getParts() {
11 return [];
12 }
13
14 get [Symbol.toStringTag]() {
15 return 'FormData';
16 }
17}
18
19describe('helpers::resolveConfig', () => {
20 it('clears Content-Type for React Native FormData', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected