onNoUpdate property - ApplicationCache class - dart:html library (original) (raw)
Stream of noupdate
events handled by this ApplicationCache.
Implementation
Stream<Event> get onNoUpdate => noUpdateEvent.forTarget(this);
Stream of noupdate
events handled by this ApplicationCache.
Stream<Event> get onNoUpdate => noUpdateEvent.forTarget(this);