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

description

Stream<Event> getonNoUpdate

Stream of noupdate events handled by this ApplicationCache.

Implementation

Stream<Event> get onNoUpdate => noUpdateEvent.forTarget(this);