- 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.