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

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