- From: Adam Rice <notifications@github.com>
- Date: Fri, 01 Dec 2017 14:28:48 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 1 December 2017 14:29:20 UTC
ricea commented on this pull request.
> @@ -83,15 +83,20 @@ exports.InvokeOrNoop = (O, P, args) => {
return Call(method, O, args);
};
-exports.PromiseInvokeOrNoop = (O, P, args) => {
- assert(O !== undefined);
- assert(IsPropertyKey(P));
- assert(Array.isArray(args));
+exports.PromiseInvoke = (F, V, args) => {
Thanks, fixed.
--
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/860#discussion_r154357532
Received on Friday, 1 December 2017 14:29:20 UTC