Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.serviceworker
/
FetchEventInit
Fetch
Event
Init
interface
FetchEventInit
:
ExtendableEventInit
(
source
)
Members
Properties
bubbles
Link copied to clipboard
abstract
val
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
abstract
val
cancelable
:
Boolean
?
client
Id
Link copied to clipboard
abstract
val
clientId
:
String
?
composed
Link copied to clipboard
abstract
val
composed
:
Boolean
?
handled
Link copied to clipboard
abstract
val
handled
:
Promise
<
Void
>
?
preload
Response
Link copied to clipboard
abstract
val
preloadResponse
:
Promise
<
*
>
?
request
Link copied to clipboard
abstract
val
request
:
Request
resulting
Client
Id
Link copied to clipboard
abstract
val
resultingClientId
:
String
?