Static variables

@:value(2)staticinlineread onlyCHECKING:Int = 2

@:value(3)staticinlineread onlyDOWNLOADING:Int = 3

@:value(1)staticinlineread onlyIDLE:Int = 1

@:value(5)staticinlineread onlyOBSOLETE:Int = 5

@:value(0)staticinlineread onlyUNCACHED:Int = 0

@:value(4)staticinlineread onlyUPDATEREADY:Int = 4

Variables

Methods

swapCache():Void

Throws:

null

DOMError

update():Void

Throws:

null

DOMError

Inherited Variables

Inherited Methods

Defined by EventTarget

@:value({ capture : false })addEventListener(type:String, listener:Function, capture:Bool = false):Void

@:value({ capture : false })addEventListener(type:String, listener:EventListener, capture:Bool = false, ?wantsUntrusted:Bool):Void

Throws:

null

DOMError

dispatchEvent(event:Event):Bool

Throws:

null

DOMError

@:value({ capture : false })removeEventListener(type:String, listener:Function, capture:Bool = false):Void

@:value({ capture : false })removeEventListener(type:String, listener:EventListener, capture:Bool = false):Void

Throws:

null

DOMError