Re: [whatwg/fetch] Add support for parsing a suffix byte range spec (PR #1454)

It seems good to separate this out, but shall we turn it into a value parser at the same time so it's forward-compatible with the blob PR?

So we call this "parse a single range header value" and it returns (_start_, null), (null, _end_), (_start_, _end_), or failure. And then adjust the caller to account for that.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1454#issuecomment-1157333429
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1454/c1157333429@github.com>

Received on Thursday, 16 June 2022 07:34:17 UTC