EventTarget

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

addEventListener
void addEventListener(string type, EventListener callback, SumType!(AddEventListenerOptions, bool) options)
Undocumented in source. Be warned that the author may not have intended to support it.
addEventListener
void addEventListener(string type, EventListener callback)
Undocumented in source. Be warned that the author may not have intended to support it.
dispatchEvent
auto dispatchEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
removeEventListener
void removeEventListener(string type, EventListener callback, SumType!(EventListenerOptions, bool) options)
Undocumented in source. Be warned that the author may not have intended to support it.
removeEventListener
void removeEventListener(string type, EventListener callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta