Re: [whatwg/fetch] Unclear intent in steps 29, 34.3, and 36 of the Request constructor (#358)

I agree it's confusing, but it's important as mutating `Headers` comes with restrictions that might cause exceptions to be thrown, whereas mutating the underlying header list is a free-for-all.

Step 26 could probably use some clarification. I think at the moment the surrounding text assumes the Headers object is associated with r's request's header list, but that's not explicitly stated.

---
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/358#issuecomment-238555447

Received on Tuesday, 9 August 2016 13:39:35 UTC