Re: [ServiceWorker] HEAD request on Cache API should not return response with body (#655)

Similarly with Chrome's streams implementation. `fetch('/test', {method: 'HEAD'}).then(function(r) { return r.body.getReader().read(); })` resolves to `{done: true, value: undefined}`

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/655#issuecomment-88081965

Received on Tuesday, 31 March 2015 13:21:55 UTC