Re: [whatwg/streams] "Set totalSize to totalSize + pair.[[size]]." (#582)

Wait, isn't there a reason you'd want to spec it as adding up the numbers every time for the case where each size can return an arbitrary Number, if not implement it?

Like if the size starts to exceed `Number.MAX_SAFE_INTEGER`, could subtracting one chunk's size from the total end up not the same result as adding up all remaining chunks again.

-- 
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/issues/582#issuecomment-273016992

Received on Tuesday, 17 January 2017 04:01:53 UTC