Re: [slightlyoff/ServiceWorker] Firefox buggy (#948)

Are you sure the activate event is firing?  If you are used to chrome devtool's forced update feature, then you might be surprised firefox does not activate the new worker during page reload.  You either need to use skipWaiting() or close all controlled windows before the new worker will fully activate.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/948#issuecomment-238995137

Received on Wednesday, 10 August 2016 20:35:04 UTC