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

description

Stream<Event> getonUpdateReady

Stream of updateready events handled by this ApplicationCache.

Implementation

Stream<Event> get onUpdateReady => updateReadyEvent.forTarget(this);