onDownloading property - ApplicationCache class - dart:html library (original) (raw)
Stream<Event> getonDownloading
Stream of downloading
events handled by this ApplicationCache.
Implementation
Stream<Event> get onDownloading => downloadingEvent.forTarget(this);