Re: [whatwg/url] size (or length) for URLSearchParams (#163)

Oh, I would have expected 2, not 3 :(. That indicates to me this may be too confusing of a concept to add, and just using `Array.from().length`, or asking TC39 to add an %IteratorPrototype%.length so that you can do `url.searchParams.keys().length` vs. `url.searchParams.values().length`, would be better.

-- 
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/url/issues/163#issuecomment-258870063

Received on Monday, 7 November 2016 15:41:47 UTC