onAbort 属性

Stream<Event> onAbort
重写

由这个 Window 处理的 abort 事件的 Stream。

实现

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