ApplicationCache 类
通过 Window.applicationCache 访问 ApplicationCache。
- 继承
-
- Object
- EventTarget
- ApplicationCache
- 注释
-
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.FIREFOX)
- @SupportedBrowser(SupportedBrowser.IE, '10')
- @SupportedBrowser(SupportedBrowser.OPERA)
- @SupportedBrowser(SupportedBrowser.SAFARI)
- @Unstable()
- @Native("ApplicationCache,DOMApplicationCache,OfflineResourceList")
属性
- hashCode → int
- 该对象的哈希码。无设置器继承
- on → Events
- 事件流使用的便利访问器,仅在明确访问器不可用时应使用。无设置器继承
-
onCached → Stream<
Event> - 由该 ApplicationCache 处理的
cached
事件流。无设置器 -
onChecking → Stream<
Event> - 由该 ApplicationCache 处理的
checking
事件流。无设置器 -
onDownloading → Stream<
Event> - 由该 ApplicationCache 处理的
downloading
事件流。无设置器 -
onError → Stream<
Event> - 由该 ApplicationCache 处理的
error
事件流。无设置器 -
onNoUpdate → Stream<
Event> - 由该 ApplicationCache 处理的
noupdate
事件流。无设置器 -
onObsolete → Stream<
Event> - 由该 ApplicationCache 处理的
obsolete
事件流。无设置器 -
onProgress → Stream<
ProgressEvent> - 由该 ApplicationCache 处理的
progress
事件流。无设置器 -
onUpdateReady → Stream<
Event> - 由该 ApplicationCache 处理的
updateready
事件流。无设置器 - runtimeType → Type
- 对象的运行时类型的表示。无设置器继承
- status → int?
-
无设置器
方法
-
abort(
) → void -
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承的
-
dispatchEvent(
Event event) → bool -
继承的
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的属性或方法时调用。继承的
-
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承的
-
swapCache(
) → void -
toString(
) → String - 此对象的一个字符串表示。继承的
-
update(
) → void
操作符
-
operator ==(
Object other) → bool - 相等运算符。继承的
静态属性
常量
-
cachedEvent → const EventStreamProvider<
Event> - 静态工厂设计用于将
cached
事件暴露给不一定是 ApplicationCache 实例的事件处理程序。 - CHECKING → const int
-
checkingEvent → const EventStreamProvider<
Event> - 静态工厂设计用于将
checking
事件暴露给不一定是 ApplicationCache 实例的事件处理程序。 - DOWNLOADING → const int
-
downloadingEvent → const EventStreamProvider<
Event> - 静态工厂设计用于将
downloading
事件暴露给不一定是 ApplicationCache 实例的事件处理程序。 -
errorEvent → 常量 EventStreamProvider<
Event> - 静态工厂用于将
error
事件暴露给并非一定会是 ApplicationCache 的实例的事件处理器。 - IDLE → 常量 int
-
noUpdateEvent → 常量 EventStreamProvider<
Event> - 静态工厂用于将
noupdate
事件暴露给并非一定会是 ApplicationCache 的实例的事件处理器。 - OBSOLETE → 常量 int
-
obsoleteEvent → 常量 EventStreamProvider<
Event> - 静态工厂用于将
obsolete
事件暴露给并非一定会是 ApplicationCache 的实例的事件处理器。 -
progressEvent → 常量 EventStreamProvider<
ProgressEvent> - 静态工厂用于将
progress
事件暴露给并非一定会是 ApplicationCache 的实例的事件处理器。 - UNCACHED → 常量 int
- UPDATEREADY → 常量 int
-
updateReadyEvent → 常量 EventStreamProvider<
Event> - 静态工厂用于将
updateready
事件暴露给并非一定会是 ApplicationCache 的实例的事件处理器。