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

The spec currently only updates a SW if "response is a byte-for-byte match with the script of newestWorker, then: "

But if my SW is:

    importScripts("actualLogic.js");

I'd like the browser to consider changes to actualLogic.js as an update. The spec should include importScripts() in the update condition.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/639

Received on Wednesday, 25 February 2015 21:10:15 UTC