Available on js
@: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
oncached:Function
onchecking:Function
ondownloading:Function
onerror:Function
onnoupdate:Function
onobsolete:Function
onprogress:Function
onupdateready:Function
read onlystatus:Int
swapCache():Void
Throws:
null
DOMError
update():Void
@: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
dispatchEvent(event:Event):Bool
@:value({ capture : false })removeEventListener(type:String, listener:Function, capture:Bool = false):Void
@:value({ capture : false })removeEventListener(type:String, listener:EventListener, capture:Bool = false):Void