Re: [whatwg/url] Make URLSearchParams' record constructor more flexible (#204)

I'm still a little uncertain.

The Node.js documentation gives this as the result of query string parsing. But if you were to use `URLSearchParams` instead to parse a query string, you would not get that kind of representation out of it. So I don't really see how this helps there.

It does help with serializing to a query string from an object using this representation.

@cdumez @bakulf @mikewest @travisleithead thoughts?

-- 
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/pull/204#issuecomment-279307903

Received on Monday, 13 February 2017 06:55:41 UTC