Preparing search index...
The search index is not available @niftory/sdk
Defined in node_modules/typescript/lib/lib.dom.d.ts:5562
Defined in node_modules/typescript/lib/lib.dom.d.ts:5572
Methods
append
append ( name , value , fileName ? ) : void
Parameters
name : string
value : string | Blob
Optional
fileName : string
Returns void
Defined in node_modules/typescript/lib/lib.dom.d.ts:5563
delete
delete ( name ) : void
Returns void
Defined in node_modules/typescript/lib/lib.dom.d.ts:5564
for Each
for Each ( callbackfn , thisArg ? ) : void
Parameters
callbackfn : ( ( value , key , parent ) => void )
( value , key , parent ) : void
Returns void
Optional
thisArg : any
Returns void
Defined in node_modules/typescript/lib/lib.dom.d.ts:5569
get All
get All ( name ) : FormDataEntryValue []
Defined in node_modules/typescript/lib/lib.dom.d.ts:5566
has
has ( name ) : boolean
Returns boolean
Defined in node_modules/typescript/lib/lib.dom.d.ts:5567
set
set ( name , value , fileName ? ) : void
Parameters
name : string
value : string | Blob
Optional
fileName : string
Returns void
Defined in node_modules/typescript/lib/lib.dom.d.ts:5568
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".