EventTarget.removeEventListener

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

Meta