Dart SDK
dart:html
ApplicationCache
onDownloading
property
onDownloading
ApplicationCache
Constants
cachedEvent
checkingEvent
downloadingEvent
errorEvent
noUpdateEvent
obsoleteEvent
progressEvent
updateReadyEvent
CHECKING
DOWNLOADING
IDLE
OBSOLETE
UNCACHED
UPDATEREADY
Static properties
supported
Properties
status
onCached
onChecking
onDownloading
onError
onNoUpdate
onObsolete
onProgress
onUpdateReady
on
Methods
abort
swapCache
update
addEventListener
removeEventListener
dispatchEvent
Stream
<
Event
>
onDownloading
read-only
Stream of
downloading
events handled by this [ApplicationCache].