Re: [whatwg/streams] throw instead of returning Promise.reject() from handlers (#819)

TransformStreamDefaultSinkDefaultTransform has to explicitly return a promise due to the defintion of the PromiseInvokeOrPerformFallback operation. However, since PromiseInvokeOrPerformFallback is only used to call `transform()`, I think I will inline and remove it. Then TransformStreamDefaultSinkDefaultTransform can also go away.

-- 
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/819#issuecomment-333820605

Received on Tuesday, 3 October 2017 12:01:45 UTC