AbortSignal$Typings extension
- on
Properties
- aborted → bool
-
Available on AbortSignal, provided by the AbortSignal$Typings extension
Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise.no setter -
addEventListener
→ ({void Function<
K$>(AbortSignalEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on AbortSignal, provided by the AbortSignal$Typings extension
Overload accessor: $1, $2no setter - onabort ↔ dynamic Function(Event)?
-
Available on AbortSignal, provided by the AbortSignal$Typings extension
MDN Referencegetter/setter pair - reason → dynamic
-
Available on AbortSignal, provided by the AbortSignal$Typings extension
MDN Referenceno setter -
removeEventListener
→ ({void Function<
K$>(AbortSignalEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on AbortSignal, provided by the AbortSignal$Typings extension
Overload accessor: $1, $2no setter - throwIfAborted ↔ void Function()
-
Available on AbortSignal, provided by the AbortSignal$Typings extension
getter/setter pair