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

description

Stream<Event> getonChecking

Stream of checking events handled by this ApplicationCache.

Implementation

Stream<Event> get onChecking => checkingEvent.forTarget(this);