Re: [w3c/ServiceWorker] potential http cache issues with importScripts() (#894)

> If the main script is skipping cache, all imported modules should do the same

I'd like to double-check this behavior. The main script "skipping cache" is different from the main script "changed". I believe the model has been a service worker version holds until the main script itself is changed. In this proposed change, do we want to include all the to-be-imported-scripts for calculating the byte-by-byte match decision for short-circuiting a registration? Then, if an imported script has been changed, will we see this set of scripts as a different service worker version? Advancing to Install in this case seems weird to me.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/894#issuecomment-264782808

Received on Monday, 5 December 2016 07:13:40 UTC