Simple in-memory promise-based task queue for Node.js and browser with support for pausing, merging tasks, or retrying failed tasks. Current stable version is 1.8.0, released as needed. Key differentiators: lightweight, no external dependencies, supports task merging via key function, precheck step before each task, and fine-grained retry control (delay, ordering).
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Named export, not default. TypeScript types included.
CommonJS requires destructuring.
These are type-only exports; use `import type` in TypeScript.
Creates a queue that fetches URLs sequentially with retry on failure.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.