onAbort 属性

ElementStream<Event> onAbort
重写

由该 Element 处理的 abort 事件流。

实现

ElementStream<Event> get onAbort => abortEvent.forElement(this);