MCPcopy
hub / github.com/axios/axios / GenericFormData

Interface GenericFormData

index.d.ts:697–699  ·  index.d.ts::GenericFormData

Source from the content-addressed store, hash-verified

695}
696
697export interface GenericFormData {
698 append(name: string, value: any, options?: any): any;
699}
700
701export interface GenericHTMLFormElement {
702 name: string;

Callers 8

defaultVisitorFunction · 0.65
toURLEncodedFormFunction · 0.65
http.test.jsFile · 0.65

Implementers 5

FormDatatests/unit/utils.test.js
ReactNativeFormDatatests/unit/core/dispatchRequest.test.j
SpecFormDatatests/unit/helpers/formDataToStream.te
ReactNativeFormDatatests/unit/helpers/resolveConfig.test.
CustomFormDatatests/unit/adapters/http.test.js

Calls

no outgoing calls

Tested by

no test coverage detected