onDownloading property - ApplicationCache class - dart:html library (original) (raw)

description

Stream<Event> getonDownloading

Stream of downloading events handled by this ApplicationCache.

Implementation

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