- From: Jake Archibald <notifications@github.com>
- Date: Tue, 31 Mar 2015 06:17:18 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 31 March 2015 13:17:40 UTC
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