- From: Surma <notifications@github.com>
- Date: Wed, 28 Mar 2018 13:02:08 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 March 2018 13:02:38 UTC
The note for [ReadableStreamDefaultReader.close](https://streams.spec.whatwg.org/#default-reader-prototype) currently reads: > The closed getter returns a promise that will be fulfilled when the stream becomes closed or the reader’s lock is released, or rejected if the stream ever errors. @jakearchibald and I think that is not correct. @jakearchibald’s suggestion for the note: > The closed getter returns a promise that will be fulfilled when the stream becomes closed. It rejects if the reader’s lock is released or the stream errors. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/912
Received on Wednesday, 28 March 2018 13:02:38 UTC