onAbort property

Stream<Event> onAbort

Stream of abort events handled by this Window.

Implementation

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