onObsolete property

Stream<Event> onObsolete

Stream of obsolete events handled by this ApplicationCache.

Implementation

Stream<Event> get onObsolete => obsoleteEvent.forTarget(this);