- From: Ben Kelly <notifications@github.com>
- Date: Thu, 10 Mar 2016 12:34:35 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 10 March 2016 20:35:26 UTC
Actually, I see code in the wild that does stuff like this: ``` new Request(newURL, { credentials: oldRequest.credentials }); ``` That will break with this current scheme because the credentials getter does not contain enough information to set on a new RequestInit. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/237#issuecomment-195035371
Received on Thursday, 10 March 2016 20:35:26 UTC