38 packages found
AbortController for Node based on EventEmitter
Microsoft Azure SDK for JavaScript - Aborter
An implementation of WHATWG AbortController interface.
AbortController for Node based on EventEmitter
fast abort controller implementation that can be used as a ponyfill/polyfill
Drop-in replacements for RxJS Observable methods and operators that work with AbortSignal
Abort promises and async iterables
A collection of wrappers and utility functions for working with AbortSignals.
- AbortSignal
- signal
- abort
- aggregate
- timeout
- AggregateSignal
- aggregate-signal
- aggregate signal
- anySignal
- any-signal
- any signal
- TimeoutSignal
- timeout-signal
- timeout signal
- View more
utility to race a promise with an abort signal
Make any iterator or iterable abortable via an AbortSignal
An AbortController Polyfill
A React Hook to cancel promises when a component is unmounted
Simple utility to chain an AbortController to one or more AbortSignals.
Custom very fast AbortController implementation and interface. With the possibility of converting/connecting with a standard AbortController (version of NodeJS 18)
Cancelable promise with progress capturing, pause, timeouts, signals, data flows and decorators support
- promise
- cancelable
- cancellable
- p-cancelable
- timeout
- progress
- cancel
- abortable
- abort
- AbortController
- AbortSignal
- async
- signal
- await
- View more
Better way to cancel promises
- AbortController
- AbortSignal
- AbortError
- signal
- abort
- promise
- cancel
- cancelable
- cancelation
- settle
- settled
- resolved
- fulfill
- reject
- View more
Create an AbortController which aborts after a set number of milliseconds pass (a deadline). Optionally connects to other AbortSignals.
An AbortController that aborts after a specified timeout
Implementation of AbortController interface (version of NodeJS 18)
A take on ergonomic cancellation and timeout propagation in JavaScript inspired by the Go context package