- From: Robert Nagy <notifications@github.com>
- Date: Tue, 31 Aug 2021 06:12:02 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 August 2021 13:12:14 UTC
@ronag commented on this pull request. > @@ -5993,7 +5993,7 @@ new Headers(meta2); <var>object</var>: <ol> - <li><p>If <var>header</var> does not contain exactly two items, then <a>throw</a> a + <li><p>If <var>header</var> is not a <a>sequence</a> which contains exactly two items, then <a>throw</a> a ```suggestion <li><p>If <var>header</var> does not contain exactly two items, then <a>throw</a> a ``` -- 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/1290#pullrequestreview-742706957
Received on Tuesday, 31 August 2021 13:12:14 UTC