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