onAbort 属性

Stream<Event> onAbort

由该 Document 处理的 abort 事件流。

实现

Stream<Event> get onAbort => Element.abortEvent.forTarget(this);