[whatwg/url] search params preference for "+" over "%20" (#198)

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