Message Event
open external class MessageEvent(type: String, eventInitDict: MessageEventInit = definedExternally) : Event
Exposes the JavaScript MessageEvent to Kotlin
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun initMessageEvent( type: String, bubbles: Boolean, cancelable: Boolean, data: Any?, origin: String, lastEventId: String, source: UnionMessagePortOrWindowProxy?, ports: Array<MessagePort>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard