onUpdateReady property

Stream<Event> onUpdateReady
@DocsEditable(), @DomName('ApplicationCache.onupdateready')

Stream of updateready events handled by this ApplicationCache.

Implementation

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