- From: Adam Rice <notifications@github.com>
- Date: Thu, 12 Jan 2017 01:13:54 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 January 2017 09:14:55 UTC
A related problem is that if the source queues several items and calls `close()`, then the sink errors while writing one of those items, the standard implies that since the readable became CLOSED first, pipeTo should fulfill without error. I think it should reject with the error from the sink. I need to check whether there is a test for this case and add one if there isn't. -- 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/644#issuecomment-272112257
Received on Thursday, 12 January 2017 09:14:55 UTC