- From: aliams <notifications@github.com>
- Date: Mon, 22 Aug 2016 16:16:38 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 22 August 2016 23:17:29 UTC
Thank you @jakearchibald. To summarize: - `add()` is meant to be a reliable way to cache responses - on the other hand `put()` does not have the same guarantees so you can put any `Response` - the MDN article will be updated to reflect that `add()` is not the equivalent of `fetch()` + `put()` - we will work towards a secure solution that allows opaque responses to have an ok response to support `add()` for cross-origin no-cors in the future -- 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-18734467
Received on Monday, 22 August 2016 23:17:29 UTC