Message Event
open external class MessageEvent(type: String, eventInitDict: MessageEventInit) : Event
Content copied to clipboard
Exposes the JavaScript MessageEvent to Kotlin
Constructors
MessageEvent
Link copied to clipboard
fun MessageEvent(type: String, eventInitDict: MessageEventInit = definedExternally)
Content copied to clipboard
Types
Functions
composed Path
Link copied to clipboard
init Message Event
Link copied to clipboard
fun initMessageEvent(type: String, bubbles: Boolean, cancelable: Boolean, data: Any?, origin: String, lastEventId: String, source: UnionMessagePortOrWindowProxy?, ports: Array<MessagePort>)
Content copied to clipboard
prevent Default
Link copied to clipboard
stop Immediate Propagation
Link copied to clipboard
stop Propagation
Link copied to clipboard
Properties
cancelable
Link copied to clipboard
currentTarget
Link copied to clipboard
defaultPrevented
Link copied to clipboard
eventPhase
Link copied to clipboard
lastEventId
Link copied to clipboard
ports
Link copied to clipboard
source
Link copied to clipboard
target
Link copied to clipboard