Preparing search index...
The search index is not available
nx.js
nx.js
FormData
Class FormData
Implements
FormData
Index
Constructors
constructor
Methods
[iterator]
append
delete
entries
for
Each
get
get
All
has
keys
set
values
Constructors
constructor
new
Form
Data
(
)
:
FormData
Returns
FormData
Methods
[iterator]
[iterator]
(
)
:
IterableIterator
<
[
string
,
FormDataEntryValue
]
>
Returns
IterableIterator
<
[
string
,
FormDataEntryValue
]
>
append
append
(
name
,
value
)
:
void
Parameters
name
:
string
value
:
string
|
Blob
Returns
void
append
(
name
,
value
)
:
void
Parameters
name
:
string
value
:
string
Returns
void
append
(
name
,
blobValue
,
filename
?
)
:
void
Parameters
name
:
string
blobValue
:
Blob
Optional
filename
:
string
Returns
void
delete
delete
(
name
)
:
void
Parameters
name
:
string
Returns
void
entries
entries
(
)
:
IterableIterator
<
[
string
,
FormDataEntryValue
]
>
Returns
IterableIterator
<
[
string
,
FormDataEntryValue
]
>
for
Each
for
Each
(
callbackfn
,
thisArg
?
)
:
void
Parameters
callbackfn
:
(
(
value
,
key
,
parent
)
=>
void
)
(
value
,
key
,
parent
)
:
void
Parameters
value
:
FormDataEntryValue
key
:
string
parent
:
FormData
Returns
void
Optional
thisArg
:
any
Returns
void
get
get
(
name
)
:
null
|
FormDataEntryValue
Parameters
name
:
string
Returns
null
|
FormDataEntryValue
get
All
get
All
(
name
)
:
FormDataEntryValue
[]
Parameters
name
:
string
Returns
FormDataEntryValue
[]
has
has
(
name
)
:
boolean
Parameters
name
:
string
Returns
boolean
keys
keys
(
)
:
IterableIterator
<
string
>
Returns
IterableIterator
<
string
>
set
set
(
name
,
value
)
:
void
Parameters
name
:
string
value
:
string
|
Blob
Returns
void
set
(
name
,
value
)
:
void
Parameters
name
:
string
value
:
string
Returns
void
set
(
name
,
blobValue
,
filename
?
)
:
void
Parameters
name
:
string
blobValue
:
Blob
Optional
filename
:
string
Returns
void
values
values
(
)
:
IterableIterator
<
FormDataEntryValue
>
Returns
IterableIterator
<
FormDataEntryValue
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
[iterator]
append
delete
entries
for
Each
get
get
All
has
keys
set
values
nx.js
Loading...