[streams] TransformStream: There's no means available to fail transform() asynchronously (#331)

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