Stream<Event> onDownloading

Stream of downloading events handled by this ApplicationCache.

Source

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