- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 30 Apr 2015 06:41:49 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 30 April 2015 13:42:16 UTC
I suspected that the close test of this PR might not work since TeeReadableStream() doesn't set fulfillment callback to reader@[[closedPromise]]. But I realized that since the branches have highWaterMark of 1, it's guaranteed that they have active reader.read() call with which they can get notified of closure as far as their queue is empty. So, no problem. Right? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/349#issuecomment-97795319
Received on Thursday, 30 April 2015 13:42:16 UTC