Re: [whatwg/url] Investigate aligning application/x-www-form-urlencoded with URL's query (#18)

Note that they cannot ever be identical, as `searchParams` has to escape `&` and `=` (due to it manipulating individual pairs) and `search` does not.

I think I reached the point where I think we should close this, but it's probably worth ensuring there's sufficient test coverage first and having another look at the results in browsers.

-- 
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/18#issuecomment-387709005

Received on Wednesday, 9 May 2018 11:30:04 UTC