- From: Ben Kelly <notifications@github.com>
- Date: Tue, 15 Mar 2016 08:17:36 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 15 March 2016 15:18:03 UTC
> Note that if that's the feature this is a duplicate of #191 where I did point out that new Request(newURL, oldRequest) should largely work too (except that body is missing at the moment). So maybe we just need to wait a little longer. Right, the issue is that `new Request(newURL, oldRequest)` will blow up given certain values contained in `oldRequest`. Since its treated like a RequestInit a cross-origin referrer will throw. A navigate mode will throw. --- 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/fetch/issues/245#issuecomment-196871387
Received on Tuesday, 15 March 2016 15:18:03 UTC