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

```js
const url = new URL("protocol://domain?query=value1&query=value2&query2=value");
console.log(url.searchParams.size);  // 3
```

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

Received on Monday, 7 November 2016 14:07:00 UTC