- From: Steven Vachon <notifications@github.com>
- Date: Mon, 07 Nov 2016 06:06:28 -0800
- To: whatwg/url <url@noreply.github.com>
Received on Monday, 7 November 2016 14:07:00 UTC
```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