ApplicationCache is accessed via Window.applicationCache.
- Inheritance
- Object
- JSObject
- 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
cached
events to event handlers that are not necessarily instances of ApplicationCache.…const EventStreamProvider<Event>
('cached') - CHECKING → int
-
2
- checkingEvent → EventStreamProvider<Event>
-
Static factory designed to expose
checking
events to event handlers that are not necessarily instances of ApplicationCache.…const EventStreamProvider<Event>
('checking') - DOWNLOADING → int
-
3
- downloadingEvent → EventStreamProvider<Event>
-
Static factory designed to expose
downloading
events to event handlers that are not necessarily instances of ApplicationCache.…const EventStreamProvider<Event>
('downloading') - errorEvent → EventStreamProvider<Event>
-
Static factory designed to expose
error
events to event handlers that are not necessarily instances of ApplicationCache.…const EventStreamProvider<Event>
('error') - IDLE → int
-
1
- noUpdateEvent → EventStreamProvider<Event>
-
Static factory designed to expose
noupdate
events to event handlers that are not necessarily instances of ApplicationCache.…const EventStreamProvider<Event>
('noupdate') - OBSOLETE → int
-
5
- obsoleteEvent → EventStreamProvider<Event>
-
Static factory designed to expose
obsolete
events to event handlers that are not necessarily instances of ApplicationCache.…const EventStreamProvider<Event>
('obsolete') - progressEvent → EventStreamProvider<ProgressEvent>
-
Static factory designed to expose
progress
events to event handlers that are not necessarily instances of ApplicationCache.…const EventStreamProvider<ProgressEvent>
('progress') - UNCACHED → int
-
0
- UPDATEREADY → int
-
4
- updateReadyEvent → EventStreamProvider<Event>
-
Static factory designed to expose
updateready
events to event handlers that are not necessarily instances of ApplicationCache.…const EventStreamProvider<Event>
('updateready')
Static Properties
- instanceRuntimeType → Type
-
read-only
- supported → bool
-
Checks if this type is supported on the current platform.
read-only
Constructors
Properties
- 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
cached
events handled by thisApplicationCache
.read-only - onChecking → Stream<Event>
-
Stream of
checking
events handled by thisApplicationCache
.read-only - onDownloading → Stream<Event>
-
Stream of
downloading
events handled by thisApplicationCache
.read-only - onError → Stream<Event>
-
Stream of
error
events handled by thisApplicationCache
.read-only - onNoUpdate → Stream<Event>
-
Stream of
noupdate
events handled by thisApplicationCache
.read-only - onObsolete → Stream<Event>
-
Stream of
obsolete
events handled by thisApplicationCache
.read-only - onProgress → Stream<ProgressEvent>
-
Stream of
progress
events handled by thisApplicationCache
.read-only - onUpdateReady → Stream<Event>
-
Stream of
updateready
events 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 the result of the JavaScript objects
toString
method.inherited -
update(
) → void