Re: [w3c/ServiceWorker] Fetch service worker scripts with "no-cache" by default (#1020)

@jakearchibald, _force bypass cache flag_ is for dev tools, debugging purposes, potential calls from other specs, etc. (See https://github.com/w3c/ServiceWorker/issues/753.) The registration's use cache field is being checked in Update and `importScripts()` as one of the conditions for "no-cache". In this change, I made the registration's use cache is set in Set Registrations algorithm given job's use cache that's passed from Register requests.

-- 
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/pull/1020#issuecomment-265902719

Received on Friday, 9 December 2016 00:58:57 UTC