- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 25 Sep 2024 06:23:19 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 September 2024 13:23:23 UTC
@annevk commented on this pull request. > @@ -458,7 +458,7 @@ and an optional boolean <var>extract-value</var> (default false): <li><p>Let <var>value</var> be the empty string. - <li><p>Assert: the <a>code point</a> at <var>position</var> within <var>input</var> is U+0022 ("). + <li><p><a for=/>Assert</a>: the <a>code point</a> at <var>position</var> within <var>input</var> is U+0022 ("). 100 column wrapping please. > @@ -2230,6 +2230,9 @@ or "<code>object</code>". return true: <ol> + <li><p><a for=/>Assert</a>: <var>request</var>'s <a for=request>origin</a> is not + "<code>client</code>".. Perhaps my suggestion was wrong, but I notice this ends in two dots now. That's also the case in a few other places. > + <li><p><a for=/>Assert</a>: <var>last</var> is not given, or <var>first</var> is less than or equal to <var>last</var>. I suspect the wrapping isn't correct here anymore either. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1776#pullrequestreview-2328247132 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1776/review/2328247132@github.com>
Received on Wednesday, 25 September 2024 13:23:23 UTC