kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.fetch
/
Response
Response
JS
open
external
class
Response
(
body
:
dynamic
=
definedExternally
,
init
:
ResponseInit
=
definedExternally
)
:
Body
Exposes the JavaScript
Response
to Kotlin
Types
Constructors
Functions
Properties
Constructors
Response
Link copied to clipboard
JS
fun
Response
(
body
:
dynamic
=
definedExternally
,
init
:
ResponseInit
=
definedExternally
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Functions
array
Buffer
Link copied to clipboard
JS
open
override
fun
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
blob
Link copied to clipboard
JS
open
override
fun
blob
(
)
:
Promise
<
Blob
>
clone
Link copied to clipboard
JS
fun
clone
(
)
:
Response
form
Data
Link copied to clipboard
JS
open
override
fun
formData
(
)
:
Promise
<
FormData
>
json
Link copied to clipboard
JS
open
override
fun
json
(
)
:
Promise
<
Any
?
>
text
Link copied to clipboard
JS
open
override
fun
text
(
)
:
Promise
<
String
>
Properties
body
Link copied to clipboard
JS
open
val
body
:
dynamic
body
Used
Link copied to clipboard
JS
open
override
val
bodyUsed
:
Boolean
headers
Link copied to clipboard
JS
open
val
headers
:
Headers
ok
Link copied to clipboard
JS
open
val
ok
:
Boolean
redirected
Link copied to clipboard
JS
open
val
redirected
:
Boolean
status
Link copied to clipboard
JS
open
val
status
:
Short
status
Text
Link copied to clipboard
JS
open
val
statusText
:
String
trailer
Link copied to clipboard
JS
open
val
trailer
:
Promise
<
Headers
>
type
Link copied to clipboard
JS
open
val
type
:
ResponseType
url
Link copied to clipboard
JS
open
val
url
:
String