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

Firefox & Chrome's `fetch()` impl does the same. `fetch('/test', {method: 'HEAD'}).then(r => r.text()).then(t => console.log(t))` logs an empty string.

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

Received on Tuesday, 31 March 2015 13:17:40 UTC