onAbort 属性

Stream<Event> onAbort
覆盖

由该 Window 处理的 abort 事件的流。

实现

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