- From: ziyunfei <notifications@github.com>
- Date: Thu, 12 May 2016 00:16:09 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc:
Received on Thursday, 12 May 2016 07:16:43 UTC
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