onUpdateReady property - ApplicationCache class - dart:html library (original) (raw)
Stream<Event> getonUpdateReady
Stream of updateready
events handled by this ApplicationCache.
Implementation
Stream<Event> get onUpdateReady => updateReadyEvent.forTarget(this);