onChecking property

Stream<Event> onChecking
@DocsEditable(), @DomName('ApplicationCache.onchecking')

Stream of checking events handled by this ApplicationCache.

Implementation

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