- From: Adam Rice <notifications@github.com>
- Date: Mon, 14 Nov 2016 20:25:48 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 15 November 2016 04:26:21 UTC
ricea commented on this pull request. > @@ -3628,7 +3624,7 @@ A few abstract operations are used in this specification for utility purposes. W 1. Assert: ! IsPropertyKey(_P_) is *true*. 1. Assert: _args_ is a List. 1. Let _method_ be ? GetV(_O_, _P_). - 1. If _method_ is *undefined*, return *undefined*. + 1. If _method_ is *undefined*, return. I think this would be a good place to explicitly return *undefined*. This is the only one I've found. -- 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/612#pullrequestreview-8535835
Received on Tuesday, 15 November 2016 04:26:21 UTC