- From: Jake Archibald <notifications@github.com>
- Date: Wed, 25 Jan 2017 01:37:22 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 January 2017 09:37:54 UTC
You cannot make no-cors requests with `cache.add` as it cannot tell you if the response was 404 or not. You can work around this by fetching the response with `fetch` then use `cache.put`, which allows you to store things like 404s. -- 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/1064#issuecomment-275061385
Received on Wednesday, 25 January 2017 09:37:54 UTC