[whatwg/url] Percent-encode 0x0D and 0x0A to "%0D%0A" in the application/x-www-form-urlencoded byte serializer? (#120)

Browsers escape CR/LF to "%0D%0A" when form submitting ([test](http://output.jsbin.com/cajidibuci)), so should we make `new URLSearchParams("\r=\n").toString()` return `"%0D%0A=%0D%0A"`?

---
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/120

Received on Thursday, 12 May 2016 07:16:43 UTC