onError property

Stream<Event> onError

Stream of error events handled by this Document.

Implementation

Stream<Event> get onError => Element.errorEvent.forTarget(this);