Methods append append( name: string , value: string | Blob , fileName?: string ) : void Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:5392 Parameters name: string value: string | Blob Optional fileName: string Returns void delete delete( name: string ) : void Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:5393 Parameters Returns void for Each Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:5398 Parameters Returns void get Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:5394 Parameters get All Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:5395 Parameters has has( name: string ) : boolean Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:5396 Parameters Returns boolean set set( name: string , value: string | Blob , fileName?: string ) : void Defined in marvel/node_modules/typescript/lib/lib.dom.d.ts:5397 Parameters name: string value: string | Blob Optional fileName: string Returns void Legend Constructor Property Method Accessor Inherited constructor Inherited property Inherited method Inherited accessor Protected property Protected method Static property Static method Settings Theme OS Light Dark
Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using the XMLHttpRequest.send() method. It uses the same format a form would use if the encoding type were set to "multipart/form-data".