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

[Query state](https://url.spec.whatwg.org/#query-state): 0x00-0x20, 0x22, 0x23, 0x3C, 0x3E, and 0x7E-Inf.

[urlencoded](https://url.spec.whatwg.org/#concept-urlencoded-byte-serializer): 0x00-0x19, 0x20 (as +, not %20), 0x21-0x29, 0x2B-0x2C, 0x2F, 0x40, 0x5B-0x5E, 0x60, 0x7B-Inf.

Getting these aligned seems hard, though it would be good for `URLSearchParams`...

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

Received on Thursday, 29 December 2016 15:54:33 UTC