Jeff Posnick
Jeff Posnick
`root` isn't a supported option. Could you remove the `root: 'wwwroot/',` and see if that helps?
CC: @philipwalton Also, is there anything logged in the JS console when the request with an image body fails to be added to IDB?
Hello all—if you're still seeing issues with the latest Safari releases, and have not seen any movement on the Webkit bugs that you've filed (e.g. https://bugs.webkit.org/show_bug.cgi?id=212858 still seems to be...
Thinking about this a bit further, a few more obvious use cases: - The `NetworkOnly` strategy should prohibit the usage of any plugins that deal with cache updates. - The...
Based on https://github.com/GoogleChrome/workbox/issues/2178#issuecomment-745661820, I wonder if we should prioritize this first as a non-breaking change (where we just warn in development mode) and then in v7 actually throw runtime errors...
CC: @tropicadri, who is the new lead for Workbox, to see whether there is any update on that front.
There's some analysis at https://simonhearne.com/2020/network-faster-than-cache/
Hmm, I'm not really sure that encoding the `@` in URLs automatically is the right thing for Workbox to do. My understanding is that URLs with unencoded `@` in them...
Thinking more about it, it's probably "safe" (from a semver perspective) if we added something like that custom `urlManipulation` function that called `decodeURIComponent()` to run as part of the default...
To clarify, when you say `assets-manifest.json`, are you referring to the output of https://www.npmjs.com/package/webpack-assets-manifest? (I'm going to assume that's what you mean.) `workbox-webpack-plugin`'s `InjectManifest` mode is focused on creating a...