Re: [whatwg/url] Simplify constructing URLSearchParams (#175)

This would certainly be interesting and I would implement this in the Node.js impl if adopted in the spec. I'd like to clarify: the `init` param could be either a string, Iterable, or object. If Iterable, the items must be pairs of strings (USVString to be exact), and for objects, only own properties whose keys/values are strings would be considered. Is that correct?

-- 
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/175#issuecomment-270680068

Received on Thursday, 5 January 2017 16:02:44 UTC