- From: Jake Archibald <notifications@github.com>
- Date: Mon, 01 Feb 2021 05:42:53 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 February 2021 13:43:05 UTC
@jakearchibald commented on this pull request.
> @@ -6412,6 +6426,27 @@ enum ResponseType { "basic", "cors", "default", "error", "opaque", "opaqueredire
<p>A {{Response}} object's <a for=Body>body</a> is its
<a for=Response>response</a>'s <a for=response>body</a>.
+<hr>
+
+<p>To
+<dfn export lt="create a Response object|creating a Response object">create a <code>Response</code> object</dfn>,
+given a <a for=/>response</a> <var>response</var> and headers guard <var>guard</var>, run these
```suggestion
given a <a for=/>response</a> <var>response</var> and <a for=Header>guard</a> <var>guard</var>, run these
```
--
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/1157#pullrequestreview-580362667
Received on Monday, 1 February 2021 13:43:05 UTC