Re: [fetch] Integrating support for PasswordCredential objects. (#237)

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