EventSource

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
EventHandler onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
void onmessage(Optional!(T0) onmessage)
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
EventHandler onmessage()
Undocumented in source. Be warned that the author may not have intended to support it.
onopen
void onopen(Optional!(T0) onopen)
Undocumented in source. Be warned that the author may not have intended to support it.
onopen
EventHandler onopen()
Undocumented in source. Be warned that the author may not have intended to support it.
readyState
ushort readyState()
Undocumented in source. Be warned that the author may not have intended to support it.
url
string url()
Undocumented in source. Be warned that the author may not have intended to support it.
withCredentials
bool withCredentials()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CLOSED
enum ushort CLOSED;
Undocumented in source.
CONNECTING
enum ushort CONNECTING;
Undocumented in source.
OPEN
enum ushort OPEN;
Undocumented in source.
_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta