W3cubDocs

/Haxe JavaScript

ApplicationCache

package js.html

extends EventTarget

@:native("ApplicationCache") Available on js

Variables

oncached:Function

onchecking:Function

ondownloading:Function

onerror:Function

onnoupdate:Function

onobsolete:Function

onprogress:Function

onupdateready:Function

read only status:Int

Methods

swapCache ():Void

Throws:

null DOMError

update ():Void

Throws:

null DOMError

Static variables

@:value(2) static inline read only CHECKING:Int = 2

@:value(3) static inline read only DOWNLOADING:Int = 3

@:value(1) static inline read only IDLE:Int = 1

@:value(5) static inline read only OBSOLETE:Int = 5

@:value(0) static inline read only UNCACHED:Int = 0

@:value(4) static inline read only UPDATEREADY:Int = 4

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/ApplicationCache.html