Variables

Methods

swapCache ():Void

Throws:

null

DOMError

update ():Void

Throws:

null

DOMError

Static variables

staticinline read onlyCHECKING:Int = 2

staticinline read onlyDOWNLOADING:Int = 3

staticinline read onlyIDLE:Int = 1

staticinline read onlyOBSOLETE:Int = 5

staticinline read onlyUNCACHED:Int = 0

staticinline read onlyUPDATEREADY:Int = 4

Inherited Variables

Inherited Methods

Defined by EventTarget

addEventListener (type:String, listener:Function, capture:Bool = false):Void

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

Throws:

null

DOMError

dispatchEvent (event:Event):Bool

Throws:

null

DOMError

removeEventListener (type:String, listener:Function, capture:Bool = false):Void

removeEventListener (type:String, listener:EventListener, capture:Bool = false):Void

Throws:

null

DOMError