- From: Alex Russell <notifications@github.com>
- Date: Thu, 26 Feb 2015 20:21:39 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 27 February 2015 04:22:12 UTC
Contra @jakearchibald, I think the pattern of a single `importScripts()` call with a versioned URL is actually quite good. It removes the requirement for figuring out etags (which is seriously onerous for most developers). I *REALLY* dislike the notion that we're going to spider `importSrcripts()` when checking for freshness. I'm not sure why it improves the situation for anyone. Solving this in devtools for developers feels superior in every way. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/639#issuecomment-76328402
Received on Friday, 27 February 2015 04:22:12 UTC