Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
Kotlin libraries
1.2
2.1
2.0
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
switch theme
search in API
kotlin-stdlib
/
org.w3c.fetch
/
Response
Response
JS
open
external
class
Response
(
body
:
dynamic
=
definedExternally
,
init
:
ResponseInit
=
definedExternally
)
:
Body
(
source
)
Exposes the JavaScript
Response
to Kotlin
Since Kotlin
1.1
Members
Constructors
Response
Link copied to clipboard
JS
constructor
(
body
:
dynamic
=
definedExternally
,
init
:
ResponseInit
=
definedExternally
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Since Kotlin
1.1
Properties
body
Link copied to clipboard
JS
open
val
body
:
dynamic
Since Kotlin
1.1
body
Used
Link copied to clipboard
JS
open
override
val
bodyUsed
:
Boolean
Since Kotlin
1.1
headers
Link copied to clipboard
JS
open
val
headers
:
Headers
Since Kotlin
1.1
ok
Link copied to clipboard
JS
open
val
ok
:
Boolean
Since Kotlin
1.1
redirected
Link copied to clipboard
JS
open
val
redirected
:
Boolean
Since Kotlin
1.1
status
Link copied to clipboard
JS
open
val
status
:
Short
Since Kotlin
1.1
status
Text
Link copied to clipboard
JS
open
val
statusText
:
String
Since Kotlin
1.1
trailer
Link copied to clipboard
JS
open
val
trailer
:
Promise
<
Headers
>
Since Kotlin
1.1
type
Link copied to clipboard
JS
open
val
type
:
ResponseType
Since Kotlin
1.1
url
Link copied to clipboard
JS
open
val
url
:
String
Since Kotlin
1.1
Functions
array
Buffer
Link copied to clipboard
JS
open
override
fun
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
Since Kotlin
1.1
blob
Link copied to clipboard
JS
open
override
fun
blob
(
)
:
Promise
<
Blob
>
Since Kotlin
1.1
clone
Link copied to clipboard
JS
fun
clone
(
)
:
Response
Since Kotlin
1.1
form
Data
Link copied to clipboard
JS
open
override
fun
formData
(
)
:
Promise
<
FormData
>
Since Kotlin
1.1
json
Link copied to clipboard
JS
open
override
fun
json
(
)
:
Promise
<
Any
?
>
Since Kotlin
1.1
text
Link copied to clipboard
JS
open
override
fun
text
(
)
:
Promise
<
String
>
Since Kotlin
1.1
Thanks for your feedback!
Was this page helpful?
Yes
No
How can we improve?
Enter your name and email address if you would like to receive a follow-up message or
contact our support
.
By submitting this form, I agree that JetBrains s.r.o. ("JetBrains") may use my name, email address, phone number, and country of residence to provide support. I agree that JetBrains may process said data using
third-party services
for this purpose in accordance with the
JetBrains Privacy Policy
.