onError property

Stream<Event> onError

Stream of error events handled by this Window.

Implementation

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