Re: [fetch] Not delete, the hash url in Request and Response (#214)

All is well, the only problem auto deletion `#hash` from `Request.url`

```javascript

new Request('/url#hash') // request.url === 'http://example.org/url' (without #hash)
```

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/214#issuecomment-184687340

Received on Tuesday, 16 February 2016 13:44:27 UTC