Re: [slightlyoff/ServiceWorker] Byte by byte match does not capture developer friendly behaviour (#639)

At Pushpad we would really need to have a way for our customers to import our script in their service worker and have it automatically updated when it changes. I think that [our use case of importScripts](http://blog.pushpad.xyz/2016/07/service-worker-importscripts-never-updates-scripts/) is a quite common scenario that needs a solution (I've seen that most of the other BaaS make the same use of importScripts).

I think that the best solution is to check for updates (e.g. byte to byte comparison) in all  the importedScripts.

---
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/639#issuecomment-231531377

Received on Saturday, 9 July 2016 12:10:34 UTC