Variables

Methods

createSandbox(name:String, prototype:Dynamic):Dynamic

Throws:

null

DOMError

dump(?string:String):Void

loadSubScript(url:String, ?sandbox:Dynamic):Void

Throws:

null

DOMError

retrieveConsoleEvents():Array<Dynamic>

Throws:

null

DOMError

setConsoleEventHandler(handler:Function):Void

Throws:

null

DOMError

setImmediate(handler:Function):Void

Throws:

null

DOMError

Inherited Variables

Inherited Methods

Defined by EventTarget

addEventListener(type:String, listener:Function, ?options:EitherType<AddEventListenerOptions, Bool>, ?wantsUntrusted:Bool):Void

addEventListener(type:String, listener:EventListener, ?options:EitherType<AddEventListenerOptions, Bool>, ?wantsUntrusted:Bool):Void

Register an event handler of a specific event type on the EventTarget.

Throws:

null

DOMError

dispatchEvent(event:Event):Bool

Dispatch an event to this EventTarget.

Throws:

null

DOMError

removeEventListener(type:String, listener:Function, ?options:EitherType<EventListenerOptions, Bool>):Void

removeEventListener(type:String, listener:EventListener, ?options:EitherType<EventListenerOptions, Bool>):Void

Removes an event listener from the EventTarget.

Throws:

null

DOMError