- From: Jungkee Song <notifications@github.com>
- Date: Thu, 10 Mar 2016 21:17:09 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 11 March 2016 05:17:40 UTC
To me, @wanderview's snippet 1 and snippet 2 having the same behavior makes sense. Setting the response's body to null for a HEAD request in `matchAll()` here seems nothing but the same as what [main fetch](https://fetch.spec.whatwg.org/#concept-main-fetch) step 14 does for a corresponding HEAD request to the network. > it'd be unsafe if you remove half of the body. I'm not sure I understand this from the context of our discussion here. Can you share a pointer? --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/710#issuecomment-195195078
Received on Friday, 11 March 2016 05:17:40 UTC