Arthur Stolyar

Results 235 comments of Arthur Stolyar

@BowlingX that would be a good feature to have, but I'm not sure how API for that would look like. Do you have any ideas?

Hi! We'll need to test this one or probably even write some tests for it. Can you verify it doesn't break any tests right now? Also, what's the rationally behind...

@bolasblack Okay, I see the reasons. But do really do changes and see if tests fail or not you need to build the project first. See [CONTIBUTING.md](https://github.com/NekR/offline-plugin/blob/master/CONTIBUTING.md)

@mxstbr I believe those errors are for the request of the ServiceWorker scripts, not the assets. Browser simply cannot download the script to perform the update or even check if...

(or it might be due proxy or weird Wi-Fi somewhere which injects wrong SSL certificates and responds with 500)

That's also the reason why ServiceWorker isn't being auto-removed when it receives bad response, because it not be the response from your server (how is that possible on HTTPS, right?)...

That actually can't be true. The ServiveWorker file request doesn't go through ServiceWorker itself, so it won't be forever cached or return weird stuff to the browser.

Those errors are fine. Browser simply isn't able to fetch ServiceWorker for various reason. Do you experience this errors for 100% requests? How exactly is it breaking? Do you receive...

@GGAlanSmithee Hey! Do you have time to add this to FAQ/Troubleshooting maybe?

Can you show me production generated ServiceWorker file? Not whole file, there is JSON metadata in the beginning.