EventTarget.removeEventListener

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

Meta