- From: Adam Rice <notifications@github.com>
- Date: Tue, 03 Oct 2017 12:01:11 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 October 2017 12:01:45 UTC
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