- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 29 Jan 2015 20:55:16 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 30 January 2015 04:57:15 UTC
> In terms of user-observable consequences, I think (A) allows you to check req.body.state === "closed" after fetch(req) finishes consuming it, whereas (B) causes it to throw. In my draft (https://github.com/slightlyoff/ServiceWorker/issues/452#issuecomment-71971020), `req.body.state` stays to be `"errored"` even after `fetch(req)` finishes. Do you suggest that we should change it from `"errored"` to `"closed"` once `fetch(req)` finishes? --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/452#issuecomment-72154185
Received on Friday, 30 January 2015 04:57:15 UTC