Re: [whatwg/streams] Don't mandate transform method in TransformStream (#573)

domenic commented on this pull request.



> @@ -77,7 +77,7 @@ exports.PromiseInvokeOrNoop = (O, P, args) => {
   }
 };
 
-exports.PromiseInvokeOrFallbackOrNoop = (O, P1, args1, P2, args2) => {
+exports.PromiseInvokeOrFallback = (O, P1, args1, F, args2) => {

Here F is an abstract op, right? Then we should say "PromiseInvokeOrPerformFallback" instead of "PromiseInvokeOrCallFallback"

-- 
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/573

Received on Friday, 28 October 2016 13:20:30 UTC