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

annevk commented on this pull request.



> @@ -5177,8 +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 <dfn for=Response>headers</dfn> (a {{Headers}}
-object), initially null.
+<p>A {{Response}} object also has an associated <dfn for=Response export>headers</dfn> (null, or a

no comma :-)

-- 
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#pullrequestreview-55517776

Received on Thursday, 10 August 2017 12:25:54 UTC