storage-based-queue
JSON →A persistent queue system for browser environments that stores tasks in localStorage, IndexedDB, in-memory, or custom storage drivers. Version 1.2.6 is the latest stable release. Tasks are processed asynchronously via worker classes (or native Web Workers). Supports multiple independent channels, configurable retries, priority sorting, and React Native with minor configuration. Designed for offline-capable web apps that need reliable job processing with error handling. Release cadence is low; library is stable but rarely updated as of 2024. Differentiates from backend queues by being entirely client-side.
Resources
packagestorage-based-queue ↗
API endpoints
full doc /v1/registry/storage-based-queue