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

`URLSearchParams` is basically a `Map` and should have a `size` property. The alternative is:
```js
Array.from(url.searchParams).length
```

-- 
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

Received on Monday, 7 November 2016 02:26:29 UTC