Re: [streams] getting and releasing reader (#297)

Yutaka: Good point. To address an issue the cancellation issue with pipeTo(), basically we need to do the same for the methods (text(), json(), ...) on the Body.

It's sad but we cannot adopt `{ finished, cancel() }` approach for these stuff. They're already shipped.

Hmm, will it be better if we provide not forcible cancel() but forcible releaseLock() on the stream?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/297#issuecomment-81393305

Received on Monday, 16 March 2015 03:57:26 UTC