class js.html.EventTarget
Available on all platforms
Instance Fields
function addEventListener(type:String, listener:Function, ?capture:Bool = false):Void
function addEventListener(type:String, listener:EventListener, ?capture:Bool = false, ?wantsUntrusted:Bool):Void
function dispatchEvent(event:Event):Bool
function removeEventListener(type:String, listener:Function, ?capture:Bool = false):Void
function removeEventListener(type:String, listener:EventListener, ?capture:Bool = false):Void