- From: Steven Vachon <notifications@github.com>
- Date: Wed, 11 Jan 2017 11:16:45 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 January 2017 19:17:17 UTC
... since they're easier to read. ``` http://domain/dir name/?va r=va lue ``` should parse as: ``` http://domain/dir%20name/?va+r=va+lue ``` instead of: ``` http://domain/dir%20name/?va%20r=va%20lue ``` by default -- 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/198
Received on Wednesday, 11 January 2017 19:17:17 UTC