Stream<Event> onChecking

Stream of checking events handled by this ApplicationCache.

Source

@DomName('ApplicationCache.onchecking')
@DocsEditable()
Stream<Event> get onChecking => checkingEvent.forTarget(this);