MessageEventInit constructor
MessageEventInit({
- bool bubbles,
- bool cancelable,
- bool composed,
- JSAny? data,
- String origin,
- String lastEventId,
- MessageEventSource? source,
- JSArray<
MessagePort> ports,
Implementation
external factory MessageEventInit({
bool bubbles,
bool cancelable,
bool composed,
JSAny? data,
String origin,
String lastEventId,
MessageEventSource? source,
JSArray<MessagePort> ports,
});