ApplicationCache

ApplicationCache

package js-html

extends EventTarget

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

static inline read only CHECKING:Int = 2

static inline read only DOWNLOADING:Int = 3

static inline read only IDLE:Int = 1

static inline read only OBSOLETE:Int = 5

static inline read only UNCACHED:Int = 0

static inline read only UPDATEREADY:Int = 4

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部