ExtendableMessageEvent

JS
1.1
open class ExtendableMessageEvent : ExtendableEvent
(source)

Exposes the JavaScript ExtendableMessageEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript ExtendableMessageEvent to Kotlin

ExtendableMessageEvent (
type : String ,
eventInitDict : ExtendableMessageEventInit = definedExternally )

Properties

JS
1.1

data

open val data : Any ?
JS
1.1

lastEventId

open val lastEventId : String
JS
1.1

origin

open val origin : String
JS
1.1

ports

open val ports : Array < out MessagePort > ?

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