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(EventHandler onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
auto onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
void onmessage(EventHandler onmessage)
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
auto onmessage()
Undocumented in source. Be warned that the author may not have intended to support it.
onopen
void onopen(EventHandler onopen)
Undocumented in source. Be warned that the author may not have intended to support it.
onopen
auto onopen()
Undocumented in source. Be warned that the author may not have intended to support it.
readyState
auto readyState()
Undocumented in source. Be warned that the author may not have intended to support it.
url
auto url()
Undocumented in source. Be warned that the author may not have intended to support it.
withCredentials
auto 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
spasm.bindings.dom.EventTarget _parent;
Undocumented in source.

Meta