Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-browser
/
web.xhr
/
XMLHttpRequest
/
send
send
fun
send
(
body
:
Document
?
=
definedExternally
)
(
source
)
The XMLHttpRequest method
send()
sends the request to the server.
MDN Reference
fun
send
(
body
:
Blob
?
)
(
source
)
fun
send
(
body
:
BufferSource
?
)
(
source
)
fun
send
(
body
:
FormData
?
)
(
source
)
fun
send
(
body
:
URLSearchParams
?
)
(
source
)
fun
send
(
body
:
String
?
)
(
source
)