onError 属性

Stream<Event> onError

由该 Document 处理的 error 事件流。

实现

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