[w3c/ServiceWorker] Switch useCache to an enum (#1104)

We're worried about fetch all `importScripts` on every navigation. It sounds really heavy and a waste of bandwidth.

New proposal. `useCache` values:

* "never"
* "imports"
* "all"

It's a bit late in the day, but we all think this is a much safer change.

-- 
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/1104

Received on Tuesday, 4 April 2017 07:46:14 UTC