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

> I guess my remaining question is whether people really even know that you can mix arrays and strings in the Node.js format.

I don't know about "Node.js developerd" in general, but the [querystring documentation](https://nodejs.org/api/querystring.html#querystring_querystring_parse_str_sep_eq_options) has a pretty clearly stated example showing this format.

And to be honest, personally I'd rather write the object-array syntax simply because it's less typing.

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

Received on Wednesday, 1 February 2017 17:24:50 UTC