Request
Constructors
<init>
Exposes the JavaScript Request to Kotlin
Request
(
input
:
dynamic
,
init
:
RequestInit
=
definedExternally
)
Properties
bodyUsed
open
val
bodyUsed
:
Boolean
cache
open
val
cache
:
RequestCache
credentials
open
val
credentials
:
RequestCredentials
destination
open
val
destination
:
RequestDestination
integrity
open
val
integrity
:
String
keepalive
open
val
keepalive
:
Boolean
method
open
val
method
:
String
mode
open
val
mode
:
RequestMode
redirect
open
val
redirect
:
RequestRedirect
referrer
open
val
referrer
:
String
referrerPolicy
open
val
referrerPolicy
:
dynamic
type
open
val
type
:
RequestType
url
open
val
url
:
String