Re: [whatwg/fetch] Allow range header without preflight (#1312)

@jakearchibald commented on this pull request.



> @@ -1038,6 +1041,77 @@ 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>

I haven't seen regexp used in a spec before (and it raises questions about the flavour of regexp). I'm going to switch to "collect a sequence". Hopefully that'll be more readable.

-- 
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_r717427378

Received on Tuesday, 28 September 2021 10:10:36 UTC