- From: Steven Vachon <notifications@github.com>
- Date: Mon, 30 Jan 2017 06:05:41 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 30 January 2017 14:06:45 UTC
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