Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
697
export
interface
GenericFormData {
698
append(name: string, value: any, options?: any): any;
699
}
700
701
export
interface
GenericHTMLFormElement {
702
name: string;
Callers
8
defaultVisitor
Function · 0.65
toURLEncodedForm
Function · 0.65
requests.browser.test.js
File · 0.65
axiosHeaders.test.js
File · 0.65
dispatchRequest.test.js
File · 0.65
formDataToStream.test.js
File · 0.65
formDataToJSON.test.js
File · 0.65
http.test.js
File · 0.65
Implementers
5
FormData
tests/unit/utils.test.js
ReactNativeFormData
tests/unit/core/dispatchRequest.test.j
SpecFormData
tests/unit/helpers/formDataToStream.te
ReactNativeFormData
tests/unit/helpers/resolveConfig.test.
CustomFormData
tests/unit/adapters/http.test.js
Calls
no outgoing calls
Tested by
no test coverage detected