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

BTW, Yutaka questioned what we should do with the ReadableStream when e.g. `.text()` fails due to invalid UTF-8 data. We came up with the following options:

1. stays `"readable"` with unconsumed data (or stays `"closed"` if the UTF-8 decoder has already drained all bytes)
1. becomes `"closed"` after draining unconsumed data
1. becomes `"errored"`

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

Received on Friday, 30 January 2015 16:16:37 UTC