Re: [whatwg/fetch] Add special handling of `set-cookie` to Headers (PR #1346)

@andreubotella commented on this pull request.



> @@ -6160,6 +6188,17 @@ method steps are to <a for=Headers>append</a> (<var>name</var>, <var>value</var>
  <a for=Headers>header list</a>.
 </ol>
 
+<p>The <dfn export for=Headers method><code>getSetCookie()</code></dfn> method steps are:
+
+<ol>
+ <li><p>If <var>list</var> <a for="header list">does not contain</a> `<code>Set-Cookie</code>`, then

```suggestion
 <li><p>If <a>this</a>'s <a for=Headers>header list</a> <a for="header list">does not contain</a> `<code>Set-Cookie</code>`, then
```

-- 
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/1346#pullrequestreview-794131740

Received on Monday, 1 November 2021 12:00:41 UTC