stdlib
1.3
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.fetch
/
Body
Body
JS
external
interface
Body
(
source
)
Exposes the JavaScript
Body
to Kotlin
Since Kotlin
1.1
Functions
Properties
Inheritors
Functions
array
Buffer
Link copied to clipboard
JS
abstract
fun
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
Since Kotlin
1.1
blob
Link copied to clipboard
JS
abstract
fun
blob
(
)
:
Promise
<
Blob
>
Since Kotlin
1.1
form
Data
Link copied to clipboard
JS
abstract
fun
formData
(
)
:
Promise
<
FormData
>
Since Kotlin
1.1
json
Link copied to clipboard
JS
abstract
fun
json
(
)
:
Promise
<
Any
?
>
Since Kotlin
1.1
text
Link copied to clipboard
JS
abstract
fun
text
(
)
:
Promise
<
String
>
Since Kotlin
1.1
Properties
body
Used
Link copied to clipboard
JS
abstract
val
bodyUsed
:
Boolean
Since Kotlin
1.1
Inheritors
Request
Link copied to clipboard
Response
Link copied to clipboard