Stream<Event> onUpdateReady

Stream of updateready events handled by this ApplicationCache.

Source

@DomName('ApplicationCache.onupdateready')
@DocsEditable()
Stream<Event> get onUpdateReady => updateReadyEvent.forTarget(this);