Re: [whatwg/streams] Editorial: consistently use minimal returns (#612)

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