Stream<Event> onCached

Stream of cached events handled by this ApplicationCache.

Source

@DomName('ApplicationCache.oncached')
@DocsEditable()
Stream<Event> get onCached => cachedEvent.forTarget(this);