Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
node-abort-controller
AbortController for Node based on EventEmitter
abortable-iterator
Make any iterator or iterable abortable via an AbortSignal
abort-utils
Utility functions to use and combine `AbortSignal` and `AbortController` with Promises
yet-another-abortcontroller-polyfill
An AbortController Polyfill
p-signal
Better way to cancel promises using AbortSignal
c-promise2
Cancelable promise with progress capturing, pause, timeouts, signals, data flows and decorators support
signal-timers
This package provides a set of timer-related methods, enhancing `setTimeout` and `setInterval` with support for `AbortSignal`.
retry-my-fetch
It's a decorator for `Fetch` API ([fetch](https://fetch.spec.whatwg.org/), [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch), [cross-fetch](https://github.com/lquixada/cross-fetch), etc.) which allows resending (retrying) your reques
abort-signal-polyfill
A lightweight polyfill for AbortSignal.any, AbortSignal.timeout, and AbortSignal.abort methods
use-async-effect2
Asynchronous versions of the `useEffect` and` useCallback` hooks that able to cancel internal code by user requests or component unmounting
@flemist/abort-controller-fast
Custom very fast AbortController implementation and interface. With the possibility of converting/connecting with a standard AbortController (version of NodeJS 18)
@flemist/abort-controller
Implementation of AbortController interface (version of NodeJS 18)
@toebean/signals
A collection of wrappers and utility functions for working with AbortSignals.
abortable-rx
Drop-in replacements for RxJS Observable methods and operators that work with AbortSignal
use-abort-signal
🌠 safely cancel `fetch` requests in `useEffect`
with-abortable-resolvers
An abortable version of Promise.withResolvers
@consento/promise
Helpful utilities to work with AbortController/-Signal.
@as-any/abortable-promise
An extension of native Promises with true abort capabilities via AbortSignal.
signal-transaction
This library simplifies handling tasks that might need to be canceled or rolled back, giving you fine-grained control over complex workflows.
cp-koa
enhanced Koa version with cancelable middlewares support