Abortable type
Abortable async function helpers
Polyfill/ponyfill for the AbortController DOM API + optional patching of fetch (stub that calls catch, doesn't actually abort request).
Make any iterator or iterable abortable via an AbortSignal
add AbortController support to a cache of async requests
a pull-stream which may be aborted
add AbortController support to a cache of async requests
abortable timeout promise
Super simple React hook for running abortable effects
[](https://travis-ci.org/mauricedb/use-abortable-fetch)
A little lib for aborting in Promise chain.
TypeScript definitions for promise-abortable
memory-leak-proof function to wrap a promise to reject when a signal is aborted
React component for declarative promise resolution and data fetching
Description
Shared type definitions, data models, and utility helpers (geometry, tasks, logging, PDF primitives) that underpin every package in the EmbedPDF ecosystem.
A TypeScript library for creating abortable promises with ease.
A Simple Implementation of Abortable Promise
Drop-in replacements for RxJS Observable methods and operators that work with AbortSignal
A module containing general purpose utility functions and types.
Type-safe Fetch API wrapper with abortable requests, timeout support, progress tracking, automatic retry, and Rust-like Result error handling.
> Hook for managing abortable `Promise`s (e.g. [fetch()](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)) inside React components.
Abortable executions
Enhanced unfetch API.