ApplicationCache is accessed via Window.applicationCache.
cached events handled by this ApplicationCache.
checking events handled by this ApplicationCache.
downloading events handled by this ApplicationCache.
error events handled by this ApplicationCache.
noupdate events handled by this ApplicationCache.
obsolete events handled by this ApplicationCache.
progress events handled by this ApplicationCache.
updateready events handled by this ApplicationCache.
cached events to event
handlers that are not necessarily instances of ApplicationCache. [...]
const EventStreamProvider<Event>('cached')
2
checking events to event
handlers that are not necessarily instances of ApplicationCache. [...]
const EventStreamProvider<Event>('checking')
3
downloading events to event
handlers that are not necessarily instances of ApplicationCache. [...]
const EventStreamProvider<Event>('downloading')
error events to event
handlers that are not necessarily instances of ApplicationCache. [...]
const EventStreamProvider<Event>('error')
1
noupdate events to event
handlers that are not necessarily instances of ApplicationCache. [...]
const EventStreamProvider<Event>('noupdate')
5
obsolete events to event
handlers that are not necessarily instances of ApplicationCache. [...]
const EventStreamProvider<Event>('obsolete')
progress events to event
handlers that are not necessarily instances of ApplicationCache. [...]
const EventStreamProvider<ProgressEvent>('progress')
0
4
updateready events to event
handlers that are not necessarily instances of ApplicationCache. [...]
const EventStreamProvider<Event>('updateready')