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

I updated my [loading technique](https://github.com/lodash/lodash.github.io/commit/5c846bd6cbc78f6d9772a56dca8010bcde164260) to attempt `cors` first with `fetch`+`put` then fallback to `no-cors` with `fetch`+`put`.
In doing so I found a [Chrome bug](https://bugs.chromium.org/p/chromium/issues/detail?id=640053).

-- 
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-18735329

Received on Tuesday, 23 August 2016 00:45:45 UTC