Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
Kotlin libraries
1.5
2.0
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
switch theme
search in API
kotlin-stdlib
/
org.w3c.xhr
/
FormData
Form
Data
JS
open
external
class
FormData
(
form
:
HTMLFormElement
=
definedExternally
)
(
source
)
Exposes the JavaScript
FormData
to Kotlin
Since Kotlin
1.1
Members
Constructors
Form
Data
Link copied to clipboard
JS
constructor
(
form
:
HTMLFormElement
=
definedExternally
)
Functions
append
Link copied to clipboard
JS
fun
append
(
name
:
String
,
value
:
String
)
fun
append
(
name
:
String
,
value
:
Blob
,
filename
:
String
=
definedExternally
)
Since Kotlin
1.1
delete
Link copied to clipboard
JS
fun
delete
(
name
:
String
)
Since Kotlin
1.1
get
Link copied to clipboard
JS
fun
get
(
name
:
String
)
:
dynamic
Since Kotlin
1.1
get
All
Link copied to clipboard
JS
fun
getAll
(
name
:
String
)
:
Array
<
dynamic
>
Since Kotlin
1.1
has
Link copied to clipboard
JS
fun
has
(
name
:
String
)
:
Boolean
Since Kotlin
1.1
set
Link copied to clipboard
JS
fun
set
(
name
:
String
,
value
:
String
)
fun
set
(
name
:
String
,
value
:
Blob
,
filename
:
String
=
definedExternally
)
Since Kotlin
1.1
Thanks for your feedback!
Was this page helpful?
Yes
No
How can we improve?
Enter your name and email address if you would like to receive a follow-up message or
contact our support
.
By submitting this form, I agree that JetBrains s.r.o. ("JetBrains") may use my name, email address, phone number, and country of residence to provide support. I agree that JetBrains may process said data using
third-party services
for this purpose in accordance with the
JetBrains Privacy Policy
.