ExtendableEvent

JS
1.1
open class ExtendableEvent : Event
(source)

Exposes the JavaScript ExtendableEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript ExtendableEvent to Kotlin

ExtendableEvent(
    type: String,
    eventInitDict: ExtendableEventInit = definedExternally)

Functions

JS
1.1

waitUntil

fun waitUntil(f: Promise<Any?>)

Companion Object Properties

JS
1.1

AT_TARGET

val AT_TARGET: Short
JS
1.1

BUBBLING_PHASE

val BUBBLING_PHASE: Short
JS
1.1

CAPTURING_PHASE

val CAPTURING_PHASE: Short
JS
1.1

NONE

val NONE: Short

Inheritors

JS
1.1

ExtendableMessageEvent

Exposes the JavaScript ExtendableMessageEvent to Kotlin

open class ExtendableMessageEvent : ExtendableEvent
JS
1.1

FetchEvent

Exposes the JavaScript FetchEvent to Kotlin

open class FetchEvent : ExtendableEvent
JS
1.1

ForeignFetchEvent

open class ForeignFetchEvent : ExtendableEvent
JS
1.1

FunctionalEvent

open class FunctionalEvent : ExtendableEvent
JS
1.1

InstallEvent

Exposes the JavaScript InstallEvent to Kotlin

open class InstallEvent : ExtendableEvent
JS
1.1

NotificationEvent

Exposes the JavaScript NotificationEvent to Kotlin

open class NotificationEvent : ExtendableEvent