Stream<Event> onError

Stream of error events handled by this ApplicationCache.

Source

@DomName('ApplicationCache.onerror')
@DocsEditable()
Stream<Event> get onError => errorEvent.forTarget(this);