onObsolete property

Stream<Event> onObsolete
@DocsEditable(), @DomName('ApplicationCache.onobsolete')

Stream of obsolete events handled by this ApplicationCache.

Implementation

@DomName('ApplicationCache.onobsolete')
@DocsEditable()
Stream<Event> get onObsolete => obsoleteEvent.forTarget(this);