Dart SDK
dart:html
ApplicationCache
onObsolete
property
onObsolete
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
>
onObsolete
read-only
Stream of
obsolete
events handled by this [ApplicationCache].