workbox icon indicating copy to clipboard operation
workbox copied to clipboard

📦 Workbox: JavaScript libraries for Progressive Web Apps

Results 210 workbox issues
Sort by recently updated
recently updated
newest added

**Library Affected**: workbox-sw workbox-webpack-plugin **Browser & Platform**: iOS 11.4 **Issue or Feature Request Description**: I trying to build a PWA that have the offline capability. I'm using `workbox-webpack-plugin` with `InjectManifest`...

Browser Compatibility

Im trying to show a new version of my web app even when its cached on the client machine I've researched and have tried the method below. Trouble is, I...

Needs More Info
workbox-window

Low-priority, but it might be useful to have this documented for Workbox users. CC: @malchata C.f. https://stackoverflow.com/questions/69468591/using-service-worker-to-enable-coop-coep-headers-security-concerns This would look something like: ```js import {registerRoute} from "workbox-routing"; import {NetworkOnly} from...

Documentation

**Library Affected**: workbox-background-sync **Browser & Platform**: Mobile Safari (iOS 13.3.1) **Issue or Feature Request Description**: I'm having a problem with Workbox Background Sync on iOS Safari. If I disable the...

workbox-background-sync
Browser Compatibility

**Library Affected**: "workbox-cacheable-response": "^6.4.1", "workbox-core": "^6.4.1", "workbox-expiration": "^6.4.1", "workbox-google-analytics": "^6.4.1", "workbox-precaching": "^6.4.1", "workbox-routing": "^6.4.1", "workbox-strategies": "^6.4.1", "workbox-window": "^6.4.1", "workbox-webpack-plugin": "^6.4.1", **Browser & Platform**: Chrome 96.0.4664.55 on MacOS 12.0.1 Monterey **Issue...

In the course of debugging some performance related issues with a Workbox-based service worker that uses a `CacheFirst` strategy for a burst (1000+) of requests, @wanderview [suggested](https://bugs.chromium.org/p/chromium/issues/detail?id=1293176#c8) that we should...

Breaking Change
workbox-strategies

**Library Affected**: workbox-broadcast-update **Browser & Platform**: all browsers (tested Chrome & Firefox) **Issue or Feature Request Description**: - I get `Unable to determine where the response has been updated because...

Needs More Info
workbox-broadcast-update

**Library Affected**: workbox-webpack-plugin **Browser & Platform**: Windows with Webpack 4 and 5 **Issue or Feature Request Description**: Hi guys, I'm trying to do some server-side modifications to the precache based...

Needs More Info
workbox-webpack-plugin

**Library Affected:** *workbox-expiration* **Issue or Feature Request Description:** Hi there! Thanks for making this incredibly useful tool :) I have a bunch of use cases where I need to either...

Breaking Change
Feature Request
workbox-expiration

**Library Affected**: workbox-webpack-plugin **Browser & Platform**: Any **Issue or Feature Request Description**: We need to smart clean runtime cache when a new version of service worker is activated. Not having...