- addEventListener
void addEventListener(string type, Optional!(T1) listener, SumType!(AddEventListenerOptions, bool) options, Optional!(T3) wantsUntrusted)
Undocumented in source. Be warned that the author may not have intended to support it.
- addEventListener
void addEventListener(string type, Optional!(T1) listener, SumType!(AddEventListenerOptions, bool) options)
Undocumented in source. Be warned that the author may not have intended to support it.
- addEventListener
void addEventListener(string type, Optional!(T1) listener)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispatchEvent
bool dispatchEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
- getEventHandler
EventHandler getEventHandler(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
- ownerGlobal
auto ownerGlobal()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeEventListener
void removeEventListener(string type, Optional!(T1) listener, SumType!(EventListenerOptions, bool) options)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeEventListener
void removeEventListener(string type, Optional!(T1) listener)
Undocumented in source. Be warned that the author may not have intended to support it.
- setEventHandler
void setEventHandler(string type, Optional!(T1) handler)
Undocumented in source. Be warned that the author may not have intended to support it.