- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 28 Oct 2016 06:19:36 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 28 October 2016 13:20:30 UTC
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