Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. ApplicationCache class
ApplicationCache
description

ApplicationCache class

ApplicationCache is accessed viaWindow.applicationCache.

Inheritance
Annotations
  • @SupportedBrowser.new(SupportedBrowser.CHROME)
  • @SupportedBrowser.new(SupportedBrowser.FIREFOX)
  • @SupportedBrowser.new(SupportedBrowser.IE, '10')
  • @SupportedBrowser.new(SupportedBrowser.OPERA)
  • @SupportedBrowser.new(SupportedBrowser.SAFARI)
  • @Unstable.new()
  • @Native.new("ApplicationCache,DOMApplicationCache,OfflineResourceList")

Properties

hashCodeint
The hash code for this object.
no setterinherited
onEvents
This is an ease-of-use accessor for event streams which should only beused when an explicit accessor is not available.
no setterinherited
onCachedStream<Event>
Stream ofcached events handled by thisApplicationCache.
no setter
onCheckingStream<Event>
Stream ofchecking events handled by thisApplicationCache.
no setter
onDownloadingStream<Event>
Stream ofdownloading events handled by thisApplicationCache.
no setter
onErrorStream<Event>
Stream oferror events handled by thisApplicationCache.
no setter
onNoUpdateStream<Event>
Stream ofnoupdate events handled by thisApplicationCache.
no setter
onObsoleteStream<Event>
Stream ofobsolete events handled by thisApplicationCache.
no setter
onProgressStream<ProgressEvent>
Stream ofprogress events handled by thisApplicationCache.
no setter
onUpdateReadyStream<Event>
Stream ofupdateready events handled by thisApplicationCache.
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
statusint?
no setter

Methods

abort()→ void
addEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
dispatchEvent(Eventevent)bool
inherited
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(Stringtype,EventListener?listener, [bool?useCapture])→ void
inherited
swapCache()→ void
toString()String
A string representation of this object.
inherited
update()→ void

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Static Properties

supportedbool
Checks if this type is supported on the current platform.
no setter

Constants

cachedEvent→ constEventStreamProvider<Event>
Static factory designed to exposecached events to eventhandlers that are not necessarily instances ofApplicationCache.
CHECKING→ constint
checkingEvent→ constEventStreamProvider<Event>
Static factory designed to exposechecking events to eventhandlers that are not necessarily instances ofApplicationCache.
DOWNLOADING→ constint
downloadingEvent→ constEventStreamProvider<Event>
Static factory designed to exposedownloading events to eventhandlers that are not necessarily instances ofApplicationCache.
errorEvent→ constEventStreamProvider<Event>
Static factory designed to exposeerror events to eventhandlers that are not necessarily instances ofApplicationCache.
IDLE→ constint
noUpdateEvent→ constEventStreamProvider<Event>
Static factory designed to exposenoupdate events to eventhandlers that are not necessarily instances ofApplicationCache.
OBSOLETE→ constint
obsoleteEvent→ constEventStreamProvider<Event>
Static factory designed to exposeobsolete events to eventhandlers that are not necessarily instances ofApplicationCache.
progressEvent→ constEventStreamProvider<ProgressEvent>
Static factory designed to exposeprogress events to eventhandlers that are not necessarily instances ofApplicationCache.
UNCACHED→ constint
UPDATEREADY→ constint
updateReadyEvent→ constEventStreamProvider<Event>
Static factory designed to exposeupdateready events to eventhandlers that are not necessarily instances ofApplicationCache.
  1. Dart
  2. dart:html
  3. ApplicationCache class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp