This library takes a Response object and determines whether it's cacheable based on a specific configuration.
A cacheable dns.lookup(…) that respects TTL
Wrap native HTTP requests with RFC compliant cache support
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
This module is used by a number of the other Workbox modules to share common code.
Queues failed requests and uses the Background Sync API to replay them when the network is available
Simplifies communications with Workbox packages running in the service worker
A simple key/value storage using files to persist the data
A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.
Queues failed requests and uses the Background Sync API to replay them when the network is available
A service worker helper library that expires cached responses based on age or maximum number of entries.
This library creates a new Response, given a source Response and a Range header value.
This module makes it easy to get started with the Workbox service worker libraries.
A service worker helper library implementing common caching strategies.
A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated
This module efficiently precaches assets.
A service worker helper library to route request URLs to handlers.
This library allows developers to opt-in to using Navigation Preload in their service worker.
A library that makes it easier to work with Streams in the browser.
A service worker helper library to manage common request and caching patterns
Cacheable Utilities for Caching Libraries
A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
High Performance In-Memory Cache for Node.js