Re: [whatwg/streams] Remove TransformStream _readableClosed member (#782)

@tyoshino Do you mean to change TransformStream so that is will also error a stream that it has already requested to be closed? So we'd add an IsReadableStreamReadable abstract operation and use that in TransformStreamErrorInternal() while in other places we'd use CanCloseOrEnqueue()?

-- 
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/782#issuecomment-326227149

Received on Thursday, 31 August 2017 08:28:19 UTC