onObsolete property - ApplicationCache class - dart:html library (original) (raw)

description

Stream<Event> getonObsolete

Stream of obsolete events handled by this ApplicationCache.

Implementation

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