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

@lucacasonato 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 <a>this</a>'s <a for=Headers>header list</a> <a for="header list">does not contain</a> `<code>Set-Cookie</code>`, then

@annevk says so (I don't understand why though). https://github.com/whatwg/fetch/pull/1346#discussion_r740067545

-- 
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#discussion_r742839530

Received on Thursday, 4 November 2021 13:36:06 UTC