onError property - Window class - dart:html library (original) (raw)

description

Stream<Event> getonError

override

Stream of error events handled by this Window.

Implementation

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