onDownloading property

Stream<Event> onDownloading
@DocsEditable(), @DomName('ApplicationCache.ondownloading')

Stream of downloading events handled by this ApplicationCache.

Implementation

@DomName('ApplicationCache.ondownloading')
@DocsEditable()
Stream<Event> get onDownloading => downloadingEvent.forTarget(this);