class type dOMEventTarget =Inheritsobject..end
method addEventListener : 'a. string -> (#dOMEventListener as 'a) -> bool -> unitmethod removeEventListener : 'b. string -> (#dOMEventListener as 'b) -> bool -> unitmethod addEventListener_fun_ : 'c. string -> ((#dOMEvent as 'c) -> unit) -> bool -> unitmethod removeEventListener_fun_ : 'd. string -> ((#dOMEvent as 'd) -> unit) -> bool -> unitmethod dispatchEvent : 'e. (#dOMEvent as 'e) -> bool