breakable-promise
Project breakable-promise
Project breakable-promise
Create a promise that can be canceled. This is a fork of sindresorhus/p-cancelable
Abort promises and async iterables
An extension of native Promises with true abort capabilities via AbortSignal.
Creates an instance of fetch that aborts after a certain time period.
Create an asynchronous function that ensures only the last call is executed.
Extends promises with their state, a timeout and make them cancellable, all of that vue reactive
Concurrency primitives for TypeScript and JavaScript.
Useful React hooks written in Typescript
"Debounce fetch and abort previous pending requests"
A module for making secure web requests from browsers with support for caching and fault tolerance.
A rust-like panic function
Merges multiple AbortSignals into a single signal. returned signal will be aborted if any of the input signals are aborted.
Create a promise that can be canceled. This is a fork of sindresorhus/p-cancelable that supports both ESM & CJS.
Better way to cancel promises using AbortSignal
Returns the first Promise in an iterable to resolve
The set of async flow control structures and promise utils.
Open Promise 👐 — Micro tool for creating Promise likes Deferred (with AbortController support).
This is a custom hook to help your axios requests to be cancelled when the component is unmounted and even providing you with a function to abort a query at any moment.
RxJS WithAbort Function