Stream<ProgressEvent> onProgress

Stream of progress events handled by this ApplicationCache.

Source

@DomName('ApplicationCache.onprogress')
@DocsEditable()
Stream<ProgressEvent> get onProgress => progressEvent.forTarget(this);