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

If you use mode no-cors in `add()`, you get a `Response` that is !ok. This effectively makes it impossible to cache items on a CDN using `add()`. However, you're able to work around this by using `fetch()` then `put()`. It sounds to me like the !ok text is overreaching perhaps since no-cors requests have !ok status?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/commit/e2a6d18647b97707c7a571163eef7838f82ca611#commitcomment-18733577

Received on Monday, 22 August 2016 21:57:22 UTC