use-latest-effect
A React hook for async effects that ensures only the latest invocation completes and optionally aborts stale runs.
Found 180 results for abort controller
A React hook for async effects that ensures only the latest invocation completes and optionally aborts stale runs.
enhanced Koa version with cancelable middlewares support
Abortable fetch with timeout support
An implementation of WHATWG AbortController interface.
Promise subclass to make the promise chain abortable.
Improvements over isomorphic-fetch.
A modern Promise implementation with timeout and cancellation using AbortController.
Library to write cancellable chain of Promises, using the This-Binding Syntax proposal.
Make promises abortable! That's it! :)
Only keep a single instance, aborting previous instances on subsequent calls
Reliable file fetcher with pause, resume, and abort controls for big files using chunked range requests, retries, and progress tracking
A collection of wrappers and utility functions for working with AbortSignals.
Create abortable async functions with ease
abort in coroutines (promise)
A cancelable promise.
big fetch will return a primose with a abort function and can set a timeout
Race an array of promises against a timer that aborts the race, that can be postponed from the outside
A utility for fetching large files in chunks with support for parallel downloads and progress tracking.
Common utils for the Fetch API
Catch abort events in pull streams
Allows you to abort Web requests as and when desired.
A simple wrapper class for Promise class, which add multiple advanced functionality to the default promise like Aborting, data binding, status checking.
Abort promises and async iterables
help to abort eventlistener
promise utils
Group a set of cancelable actions to be aborted together at any time.
abort promise
An extension of the Promise class that allows for cancellation.
Tiny, type-safe, JavaScript-native `context` implementation
Elegant Fetch Lib with Power
封装flyio的一些方法,添加清除请求clearReq方法,添加取消网络请求abortReq,超时取消请求flyExit方法等。
Add force-close (sending RST) support to net.Socket.
Project breakable-promise
Based on axios secondary encapsulation plug-in, interface caching, interface cancellation, interface disconnection reconnection functions are provided
An implementation of getElementById that returns a promise that waits to resolve when the element will be added to the DOM. Using mutation observer and cancelable with an abort signal or a timeout
Queue of abortable promises
PromisesLimiter is a class for limiting concurrent asynchronous requests, allowing them to be executed in batches with control over progress, handling of successful and failed requests.
Small implementation of AbortController API for easy management of requests cancelation.
<br> <div align="center"> <img src="https://github.com/camelliajs/camellia/blob/master/icons/camellia.png?raw=true" height="128" width="128"/> <h2>Camellia - AbortController</h2> <h6><i>- The library for aborting promises and operations. -
Returns the first Promise in an iterable to resolve

Promise based queue with abort functionality
This library provides you ability to cancel async function
Cancelable groups of callback functions
Convenience wrapper around Node core requests to easily test whether a request fails or succeeds.
Native AbortController manager.
RxJS AbortController-compatible defer operator
A cancellable promise polling
JS Cancellation Tokens for composable async cleanup
A small wrapper for the Fetch API that uses the AbortController interface to cancel in-flight fetch requests.
A useful, zero dependencies toolbox to handle different situations like trigerring sequential Promises, a sequence with pause in between, parallel execution and limited parallel execution
Cancelable promise
A simple yet powerful Node.js utility for processing arrays of items in batches with control over concurrency, retries, and cancellation.
> React Hook for abandoning promises upon component unmounting
File download library
A library for building flows; safe data processing inspired by Monads
You've tried setTimeout+promises before but have you tried setTimeout+promises on abortsignal? & setInterval too.
A Promise that can be resolved/rejecter at will
abort a pull-stream if the rate of flow drops below the specified threshold.
A javascript class for managing concurrent fetch requests.
`synchronous-timeout` allows developers to wrap arbitrary synchronous or asynchronous functions so that they can self-abort based on a signal from a worker thread. This is achieved by automatically injecting checks into the function code at the beginning
HTTP cancellation propagation library
参考jQuery Ajax 尝试自己封装一下:
Make a regular expression time out if it takes too long to execute
Create a promise that can be canceled
This module will help you to cancel $http requests
Promise where the whole tree can be awaited, canceled and expired. Provides synchronous status, explorable chain map, shared data, debug data and trace.
A simple function for creation of cancelable http observable
Abort API
This library provides you ability to cancel async function
Task/Job in-process queue with concurrency/capacity/abort/cancelling support
abort stream of promises on any response
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.
Create an asynchronous function that ensures only the last call is executed.
Automatically interrupt the last same http request
Convert a Promise to a AbortSignal
A simple countdown timer CLI application
> React component for rendering children according to a promise
An implementation of WHATWG AbortController interface.