- From: Steven Vachon <notifications@github.com>
- Date: Sun, 06 Nov 2016 18:25:57 -0800
- To: whatwg/url <url@noreply.github.com>
Received on Monday, 7 November 2016 02:26:29 UTC
`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