onDownloading property

Stream<Event> get onDownloading

Stream of downloading events handled by this ApplicationCache.

Implementation

Stream<Event> get onDownloading => downloadingEvent.forTarget(this);