[whatwg/url] new URLSearchParams(entries) (#256)

I think it would be interesting if URLSearchParams constructor could accept an array of key-value's.

```js
new URLSearchParams([['foo', 'bar']])
```


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

Received on Tuesday, 21 February 2017 23:14:47 UTC