@DocsEditable(), @DomName('ApplicationCache.ondownloading')
Stream of downloading
events handled by this ApplicationCache.
Source
@DomName('ApplicationCache.ondownloading')
@DocsEditable()
Stream<Event> get onDownloading => downloadingEvent.forTarget(this);