FetchEvent

open external class FetchEvent(type: String, eventInitDict: FetchEventInit) : ExtendableEvent

Exposes the JavaScript FetchEvent to Kotlin

Constructors

Link copied to clipboard
fun FetchEvent(type: String, eventInitDict: FetchEventInit)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
fun initEvent(    type: String,     bubbles: Boolean,     cancelable: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val bubbles: Boolean
Link copied to clipboard
open val cancelable: Boolean
Link copied to clipboard
open val clientId: String?
Link copied to clipboard
open val composed: Boolean
Link copied to clipboard
Link copied to clipboard
open val defaultPrevented: Boolean
Link copied to clipboard
open val eventPhase: Short
Link copied to clipboard
open val isReload: Boolean
Link copied to clipboard
open val isTrusted: Boolean
Link copied to clipboard
open val request: Request
Link copied to clipboard
open val target: EventTarget?
Link copied to clipboard
open val timeStamp: Number
Link copied to clipboard
open val type: String