apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
apollo-kdoc
apollo-runtime
/
com.apollographql.apollo.network.http
/
FormData
Form
Data
wasmJs
external
interface
FormData
:
JsAny
Members
Functions
append
Link copied to clipboard
wasmJs
abstract
fun
append
(
name
:
String
,
value
:
Blob
,
fileName
:
String
?
=
definedExternally
)
abstract
fun
append
(
name
:
String
,
value
:
String
,
fileName
:
String
?
=
definedExternally
)
delete
Link copied to clipboard
wasmJs
abstract
fun
delete
(
name
:
String
)
for
Each
Link copied to clipboard
wasmJs
abstract
fun
forEach
(
callbackfn
:
(
value
:
JsAny
?
,
key
:
String
,
parent
:
FormData
)
->
Unit
,
thisArg
:
JsAny
?
=
definedExternally
)
get
Link copied to clipboard
wasmJs
abstract
fun
get
(
name
:
String
)
:
JsAny
?
get
All
Link copied to clipboard
wasmJs
abstract
fun
getAll
(
name
:
String
)
:
ArrayLike
<
JsAny
?
>
has
Link copied to clipboard
wasmJs
abstract
fun
has
(
name
:
String
)
:
Boolean
set
Link copied to clipboard
wasmJs
abstract
fun
set
(
name
:
String
,
value
:
Blob
,
fileName
:
String
?
=
definedExternally
)
abstract
fun
set
(
name
:
String
,
value
:
String
,
fileName
:
String
?
=
definedExternally
)