MessageEvent

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

data
auto data()
Undocumented in source. Be warned that the author may not have intended to support it.
initMessageEvent
void initMessageEvent(string type, bool bubbles, bool cancelable, T3 data, string origin, string lastEventId, Optional!(T6) source, Sequence!(MessagePort) ports)
Undocumented in source. Be warned that the author may not have intended to support it.
initMessageEvent
void initMessageEvent(string type, bool bubbles, bool cancelable, T3 data, string origin, string lastEventId, Optional!(T6) source)
Undocumented in source. Be warned that the author may not have intended to support it.
initMessageEvent
void initMessageEvent(string type, bool bubbles, bool cancelable, T3 data, string origin, string lastEventId)
Undocumented in source. Be warned that the author may not have intended to support it.
initMessageEvent
void initMessageEvent(string type, bool bubbles, bool cancelable, T3 data, string origin)
Undocumented in source. Be warned that the author may not have intended to support it.
initMessageEvent
void initMessageEvent(string type, bool bubbles, bool cancelable, T3 data)
Undocumented in source. Be warned that the author may not have intended to support it.
initMessageEvent
void initMessageEvent(string type, bool bubbles, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initMessageEvent
void initMessageEvent(string type, bool bubbles)
Undocumented in source. Be warned that the author may not have intended to support it.
initMessageEvent
void initMessageEvent(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
lastEventId
string lastEventId()
Undocumented in source. Be warned that the author may not have intended to support it.
origin
string origin()
Undocumented in source. Be warned that the author may not have intended to support it.
ports
auto ports()
Undocumented in source. Be warned that the author may not have intended to support it.
source
auto source()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.Event.Event _parent;
Undocumented in source.

Meta