restful-queue
JSON →A lightweight queue for service workers that buffers non-GET requests (POST, PUT, DELETE, etc.) and retries them when connectivity is restored. Current stable version is 1.0.103, released occasionally via commits to main. It leverages IndexedDB for persistent storage inside service workers and provides a simple API to queue and replay requests. Differentiates from similar libraries (like Workbox Background Sync) by being minimal, dependency-free, and focused purely on REST API calls.
Resources
packagerestful-queue ↗