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

description

Stream<Event> getonError

Stream of error events handled by this Document.

Implementation

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