Re: [ServiceWorker] Backpressure on fetch integrated with Streams (#452)

> 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