Re: [whatwg/streams] Fix queue total size tracking logic (#661)

ricea commented on this pull request.



> @@ -4371,6 +4403,9 @@ itself will evolve in these ways.
     ECMAScript spec does.
 </ul>
 
+It's also worth noting that, as in [[!ECMASCRIPT]], all numbers are represented as double-precision floating point
+values, and all arithmetic operations performed on them must be done in the usual way for such values.

How about "all arithmetic operations must be performed in the standard way..."?

-- 
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/661#pullrequestreview-21706136

Received on Tuesday, 14 February 2017 09:24:41 UTC