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