Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.form
/
FormData
/
append
append
fun
append
(
name
:
String
,
value
:
String
)
(
source
)
MDN Reference
fun
append
(
name
:
String
,
value
:
Blob
)
(
source
)
fun
append
(
name
:
String
,
blobValue
:
Blob
,
filename
:
String
=
definedExternally
)
(
source
)