ApplicationCache is accessed via Window.applicationCache.
- Inheritance
- Object
- DartHtmlDomObject
- EventTarget
- ApplicationCache
- Annotations
- DocsEditable()
- DomName('ApplicationCache')
- SupportedBrowser(SupportedBrowser.CHROME)
- SupportedBrowser(SupportedBrowser.FIREFOX)
- SupportedBrowser(SupportedBrowser.IE, '10')
- SupportedBrowser(SupportedBrowser.OPERA)
- SupportedBrowser(SupportedBrowser.SAFARI)
- Unstable()
Constants
- cachedEvent → EventStreamProvider<Event>
-
Static factory designed to expose
cachedevents to event handlers that are not necessarily instances of ApplicationCache.…constconst EventStreamProvider<Event>('cached') - CHECKING → int
-
const
2 - checkingEvent → EventStreamProvider<Event>
-
Static factory designed to expose
checkingevents to event handlers that are not necessarily instances of ApplicationCache.…constconst EventStreamProvider<Event>('checking') - DOWNLOADING → int
-
const
3 - downloadingEvent → EventStreamProvider<Event>
-
Static factory designed to expose
downloadingevents to event handlers that are not necessarily instances of ApplicationCache.…constconst EventStreamProvider<Event>('downloading') - errorEvent → EventStreamProvider<Event>
-
Static factory designed to expose
errorevents to event handlers that are not necessarily instances of ApplicationCache.…constconst EventStreamProvider<Event>('error') - IDLE → int
-
const
1 - noUpdateEvent → EventStreamProvider<Event>
-
Static factory designed to expose
noupdateevents to event handlers that are not necessarily instances of ApplicationCache.…constconst EventStreamProvider<Event>('noupdate') - OBSOLETE → int
-
const
5 - obsoleteEvent → EventStreamProvider<Event>
-
Static factory designed to expose
obsoleteevents to event handlers that are not necessarily instances of ApplicationCache.…constconst EventStreamProvider<Event>('obsolete') - progressEvent → EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
progressevents to event handlers that are not necessarily instances of ApplicationCache.…constconst EventStreamProvider<ProgressEvent>('progress') - UNCACHED → int
-
const
0 - UPDATEREADY → int
-
const
4 - updateReadyEvent → EventStreamProvider<Event>
-
Static factory designed to expose
updatereadyevents to event handlers that are not necessarily instances of ApplicationCache.…constconst EventStreamProvider<Event>('updateready')
Static Properties
Static Methods
Constructors
Properties
- blink_jsObject → JsObject
-
The underlying JS DOM object.
read / write, inherited - hashCode → int
-
read-only, inherited
- on → Events
-
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
read-only, inherited - onCached → Stream<Event>
-
Stream of
cachedevents handled by thisApplicationCache.read-only - onChecking → Stream<Event>
-
Stream of
checkingevents handled by thisApplicationCache.read-only - onDownloading → Stream<Event>
-
Stream of
downloadingevents handled by thisApplicationCache.read-only - onError → Stream<Event>
-
Stream of
errorevents handled by thisApplicationCache.read-only - onNoUpdate → Stream<Event>
-
Stream of
noupdateevents handled by thisApplicationCache.read-only - onObsolete → Stream<Event>
-
Stream of
obsoleteevents handled by thisApplicationCache.read-only - onProgress → Stream<ProgressEvent>
-
Stream of
progressevents handled by thisApplicationCache.read-only - onUpdateReady → Stream<Event>
-
Stream of
updatereadyevents handled by thisApplicationCache.read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - status → int
-
read-only
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
abort(
) → void -
addEventListener(
String type, EventListener listener(Event event), [bool useCapture]) → void -
inherited
-
dispatchEvent(
Event event) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
removeEventListener(
String type, EventListener listener(Event event), [bool useCapture]) → void -
inherited
-
swapCache(
) → void -
toString(
) → String -
Returns a string representation of this object.
inherited -
update(
) → void