Jeff Posnick

Results 297 comments of Jeff Posnick
trafficstars

One of the things that makes a lot of the service worker example code "in the wild" brittle is that it invariably includes a big array at the top in...

Absolutely. And thanks for the feedback, and I'm glad you've found it useful!

Hello! Sorry for the delay in responding. I've needed to find some time to dedicate to reading through this proposal. Thanks for taking the time to write it up, and...

(Sorry, just checking in to let you know that I haven't forgotten about this!)

Sorry for the delay in getting back to you. I'm unfortunately at a loss after spending some time digging into this—our current behavior obviously doesn't accomplish what we want, but...

C.f. https://github.com/webpack/webpack/issues/13984

The takeaway from the webpack discussion is that this use case isn't going to be supported. We're stuck inheriting the `mode` from the main compilation when using `InjectManifest`. (`GenerateSW` doesn't...

Hey @daKmoR and @thepassle—thanks for bringing this up. I've got a lot of thoughts on the matter 😄 First off, I agree that the current setup you have is not...

Hey @daKmoR—glad the resources were useful. The main concern that I have with the approach in that service worker is what I describe [here](https://developers.google.com/web/updates/2018/05/beyond-spa#:~:text=Don%27t%20cache%20full%20HTML): > **Don't cache full HTML** >...

I'm interested to hear feedback on https://jeffy.info/2021/07/17/sw-rendering.html as a possible approach for you all to adopt.