Re: [whatwg/url] Proposal of .toString({ concise: true }) for nicer output with empty values (#469)

Well, `URLSearchParams` uses `x-www-form-urlencoded` underneath. They're not really separate. I was initially somewhat supportive, but now I'm more concerned as I would not want folks to write different parsers to be able to distinguish omitted from the empty string. That's just not a part of this format. I'd recommend omitting the name entirely to represent the null state.

-- 
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/469#issuecomment-627212141

Received on Tuesday, 12 May 2020 09:03:52 UTC