Re: [streams] Add IsReadableStreamDisturbed predicate (#385)

The f2f agreement suggests a stream should be disturbed  when read even if it is closed (See https://github.com/yutakahirano/fetch-with-streams/pull/48#issuecomment-125172550). In order to achieve that, there are two ways:

1. Auto-released reader makes the stream disturbed.
1. Remove the auto-release mechanism.

My opinion is that the latter is less evil.

> Are we just dropping automatic unlocking on stream close?

And on stream error.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/385#issuecomment-139447041

Received on Friday, 11 September 2015 04:01:48 UTC