Re: [whatwg/url] Empty hashes (#221)

Doing this sucks, though:
```js
const hash = url.href.indexOf("#")===url.href.length-1 ? "#" : url.hash;
```

-- 
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#issuecomment-276070314

Received on Monday, 30 January 2017 14:06:45 UTC