FetchEvent

open external class FetchEvent(type: String, init: EventInit = definedExternally) : ExtendableEvent

Constructors

Link copied to clipboard
constructor(type: String, init: EventInit = definedExternally)

Properties

Link copied to clipboard
open var bubbles: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var composed: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var eventPhase: Number
Link copied to clipboard
open var isTrusted: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var timeStamp: Number
Link copied to clipboard
open var type: String

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun preventDefault()
Link copied to clipboard
open fun respondWith(promise: Response)
open fun respondWith(promise: Promise<Response>)
Link copied to clipboard
Link copied to clipboard
open fun stopPropagation()
Link copied to clipboard
open fun waitUntil(promise: Promise<Any>)