[whatwg/url] Empty hashes (#221)

```
http://domain/path/to/file#
```
is not any different from
```
http://domain/path/to/file
```
according to this spec, since both have an empty string value for the `hash` key.

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

Received on Sunday, 29 January 2017 22:59:16 UTC