onProgress property

Stream<ProgressEvent> onProgress
@DocsEditable(), @DomName('ApplicationCache.onprogress')

Stream of progress events handled by this ApplicationCache.

Implementation

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