- From: Nikhil Marathe <notifications@github.com>
- Date: Wed, 25 Feb 2015 13:09:48 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 25 February 2015 21:10:15 UTC
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