- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 10 Aug 2017 11:20:47 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 10 August 2017 11:21:09 UTC
annevk 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. null or a Headers object -- 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-55505284
Received on Thursday, 10 August 2017 11:21:09 UTC