Re: [w3c/ServiceWorker] Change add(request) and addAll(requests) behavior (e2a6d18)

@jdalton Just FYI, you are also running the risk of getting incoherently cached resources.  It seems your site uses non-unique URL names with modest http cache max-ages.  This means you could possibly pull some http cached resources and some non-http cached resources in your install event.

This is something @jeffposnick pointed out to me here:

https://twitter.com/jeffposnick/status/671451613224001538

-- 
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/commit/e2a6d18647b97707c7a571163eef7838f82ca611#commitcomment-18735481

Received on Tuesday, 23 August 2016 01:06:12 UTC