- From: S.A.N <notifications@github.com>
- Date: Mon, 15 Feb 2016 19:35:57 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 16 February 2016 03:36:24 UTC
Removing `hash` of URL, it prevents to use history API: ```javascript fetch("url#hash").then((response) => history.pushState(null, null, response.url)) ``` The server redirect, `response.url` needed use, that correct display url in address bar. I do propose to not delete the `hash`, it will be more convenient in practice. `Request.url` and `Response.url` should be similarly `location.href` (within `hash`) --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/214
Received on Tuesday, 16 February 2016 03:36:24 UTC