@DocsEditable(), @DomName('ApplicationCache.onerror')
Stream of error
events handled by this ApplicationCache.
Source
@DomName('ApplicationCache.onerror')
@DocsEditable()
Stream<Event> get onError => errorEvent.forTarget(this);
Stream of error
events handled by this ApplicationCache.
@DomName('ApplicationCache.onerror')
@DocsEditable()
Stream<Event> get onError => errorEvent.forTarget(this);