kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.fetch
/
Body
Body
JS
external
interface
Body
Exposes the JavaScript
Body
to Kotlin
Functions
Properties
Inheritors
Functions
array
Buffer
Link copied to clipboard
JS
abstract
fun
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
blob
Link copied to clipboard
JS
abstract
fun
blob
(
)
:
Promise
<
Blob
>
form
Data
Link copied to clipboard
JS
abstract
fun
formData
(
)
:
Promise
<
FormData
>
json
Link copied to clipboard
JS
abstract
fun
json
(
)
:
Promise
<
Any
?
>
text
Link copied to clipboard
JS
abstract
fun
text
(
)
:
Promise
<
String
>
Properties
body
Used
Link copied to clipboard
JS
abstract
val
bodyUsed
:
Boolean
Inheritors
Request
Link copied to clipboard
Response
Link copied to clipboard