- From: Ben Kelly <notifications@github.com>
- Date: Thu, 10 Mar 2016 06:31:24 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 10 March 2016 14:32:01 UTC
Pretty sure this behavior has been in the spec for a long time, @annevk. We definitely honor it in gecko: https://dxr.mozilla.org/mozilla-central/source/dom/cache/Manager.cpp#501 The rational is if you do a HEAD request to a cross-origin server without CORS, you still get a response without a body. The Cache API should behave the same. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/710#issuecomment-194872373
Received on Thursday, 10 March 2016 14:32:01 UTC