Re: [whatwg/fetch] Editorial: Making headers their own property (#575)

jakearchibald commented on this pull request.



> @@ -5165,9 +5177,8 @@ enum ResponseType { "basic", "cors", "default", "error", "opaque", "opaqueredire
 <dfn id=concept-response-response for=Response export>response</dfn> (a
 <a for=/>response</a>).
 
-<p>A {{Response}} object also has an associated {{Headers}} object which
-is itself associated with <a for=Response>response</a>'s
-<a for=response>header list</a>.
+<p>A {{Response}} object also has an associated <dfn for=Response>headers</dfn> (a {{Headers}}
+object), initially null.

ugh sorry

-- 
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/pull/575#discussion_r132431447

Received on Thursday, 10 August 2017 11:46:17 UTC