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

OK. So, `text()` uses a replacement mode decoder, so it doesn't fail halfway. In `json()`, we may detect a fatal error in the middle of the data. Is such a case, maybe we could call `cancel()` as Domenic suggested. Similar handling for `formData()`, too?

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

Received on Saturday, 31 January 2015 08:38:00 UTC