EventTarget.addEventListener

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addEventListener(string type, EventListener callback, SumType!(AddEventListenerOptions, bool) options)
    struct EventTarget
    nothrow
    void
    addEventListener
    ()
    (
    string type
    ,,
    scope ref SumType!(AddEventListenerOptions, bool) options
    )
  2. void addEventListener(string type, EventListener callback)

Meta