- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 09 Mar 2017 15:33:01 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 March 2017 23:33:32 UTC
I guess there are three alternatives: 1. Make consistent by making both write-abort-error and write-error-abort cause the abort to not reject until the write finishes 2. Make consistent by making both write-abort-error and write-error-abort reject the abort immediately 3. Leave as-is I don't have a strong preference between them. I think it would be good to see if implementing either (1) or (2) would create code simplifications. -- 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/693#issuecomment-285518838
Received on Thursday, 9 March 2017 23:33:32 UTC