- From: Adam Rice <notifications@github.com>
- Date: Tue, 24 Jan 2017 01:30:31 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 January 2017 09:31:16 UTC
My preference is for a fulfilled abort() to mean "the stream has been cleaned up and no more data will be written". Which implies that abort() has to wait for sink.close() to complete. If instead a fulfilled abort() means "sink.abort() was called and didn't reject" then this has to apply in all cases, ie. `close().then(() => abort())` has to reject. -- 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/pull/634#issuecomment-274752591
Received on Tuesday, 24 January 2017 09:31:16 UTC