- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 14 Apr 2015 22:54:34 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 15 April 2015 05:55:03 UTC
An exception thrown by `transform()` is caught to error both `readable` and `writable`. But if `transform()` wants to do something asynchronous that may fail, we cannot tell the TransformStream the failure. `transformDone` just tells it to retrieve the next chunk. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/331
Received on Wednesday, 15 April 2015 05:55:03 UTC