Arthur Stolyar
Arthur Stolyar
You also may compare it if you development ServiceWorker metadata, maybe there are any significant differences.
All looks good. Maybe it simply download all the files for installation? e.g. some of them result with an error.
@leafoflegend not sure. It would be good if I could check out live version and look at what's wrong it with. If you do not want to share it publicly,...
Hi, thank you. It's probably possible to do that, but how did you manage to exceed the quota? It's at least 50MB for worst scenario (no free space on the...
or... is that AppCache error?
I see. That makes sense, but unfortunately it isn't very straightforward to get the error of fail. I'll think about it :-)
@likebrain Probably. Need to test if it's actually useful. In a meantime, you can assign a listener to it yourself in your code and on `onUpdateFailed` use the last error...
Well, it might be done. But there no real problem in current situation. It's possible to change `version` to `'[hash]'` and it will use hash of the build as the...
> I tracked down the problem to the above docs paragraph, specifically that the problem arises when you have a prior service worker still registered and have cleared the browser's...
> I believe the reason is because of what the MDN docs say about the new service worker getting stuck in a waiting state, due to the prior service worker....