- From: Jake Archibald <notifications@github.com>
- Date: Tue, 28 Sep 2021 05:03:08 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 September 2021 12:03:20 UTC
@jakearchibald commented on this pull request. > @@ -1038,6 +1041,39 @@ run these steps: <li><p>Return <var>values</var>. </ol> +<p>To determine if a <a>byte sequence</a> <var>value</var> is a +<dfn>simple range header value</dfn>, perform the following steps. They return a <a>boolean</a>. + +<ol> + <li><p>Let <var>data</var> be the <a>isomorphic decoding</a> of <var>value</var>. + + <li><p>If <var>data</var> does not <a for=string>start with</a> "<code>bytes </code>", then return false. Yeah, just forgot 😄 -- 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/1312#discussion_r717504570
Received on Tuesday, 28 September 2021 12:03:20 UTC