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

# Summary I'm building a video sharing/editing app. The idea here is: get a video from a file input, load it into a `` element for seeking, playing, etc. These...

Discuss
Browser Compatibility

**Library Affected**: workbox-strategies, workbox-background-sync **Browser & Platform**: all browsers **Issue or Feature Request Description**: My goal is to define a timeout on certain API calls and if they do timeout,...

**Library Affected**: *workbox-core* Moved from https://github.com/GoogleChrome/workbox/pull/1505#discussion_r195156368 @philipwalton writes: > Yeah, I get the intention of the change, I'm just wondering if it could be somehow better integrated into the rest...

Feature Request
workbox-core

Right now, we only produce ES module dev/prod bundles for the `workbox-window` package, since using ES imports has, until recently, only been viable from the `window` context of a web...

Infrastructure
Developer Experience
Breaking Change
Feature Request

The packages `workbox-cacheable-response`, `workbox-core`, `workbox-expiration`, and `workbox-strategies` fail under jest with [--experimental-vm-modules](https://jestjs.io/docs/ecmascript-modules) with this error: ``` Jest encountered an unexpected token This usually means that you are trying to import...

Infrastructure
Developer Experience
Breaking Change

**Library Affected**: workbox-window 5.1.2 **Browser & Platform**: N/A **Issue or Feature Request Description**: As reported at the end of #2430 (and previously at the end of #2130), there is currently...

Breaking Change
Feature Request
workbox-window

**Library Affected**: *5.0.0* *workbox-google-analytics, workbox-routing, etc.* **Browser & Platform**: *"all browsers"* **Issue or Feature Request Description**: I'm using setDefaultHandler with offline-fallback page "sw-offline" to handle non-matching requests along with offline...

Bug
Breaking Change
workbox-routing
workbox-google-analytics

**Library Affected**: *workbox-srategies* Something I've been thinking about for v6, especially in the context of the new `PrecacheStrategy`, is the idea of allowing a `Strategy` subclass to opt-out of support...

Developer Experience
Discuss
Breaking Change
workbox-strategies

**Library Affected**: workbox-webpack-plugin **Browser & Platform**: Everywhere **Issue or Feature Request Description**: SRI works really well with precaching. It's easy to implement (see https://github.com/google/WebFundamentals/pull/9165) and I think with a generated...

Feature Request
workbox-precaching
workbox-build
workbox-webpack-plugin
workbox-cli

**Library Affected**: workbox-build, v6.4.1 **Browser & Platform**: All browsers **Issue or Feature Request Description**: The precache manifest that's injected has entries that look like this: ``` {"revision":null,"url":"/bundles/v1/myScript.f3e2692d7ee7e59d5def.js"} ``` If you...

Breaking Change
workbox-precaching