Stream<Event> onObsolete

Stream of obsolete events handled by this ApplicationCache.

Source

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