- From: Jake Archibald <notifications@github.com>
- Date: Tue, 28 Sep 2021 03:20:41 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 September 2021 10:20:54 UTC
@annevk I'm not sure how useful it is to consolidate with `Content-Range`, since the format is pretty different. - `^bytes=\d+-\d+/(\*|\d+)$` - simple `Content-Range` - `^bytes \d+-\d*$` - simple `Range` I think it'd be confusing to try and combine the two. I'll look at defining this using "collect a sequence", or would you rather I used the [ABNF style from background-fetch](https://wicg.github.io/background-fetch/#single-byte-content-range)? -- 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#issuecomment-929055946
Received on Tuesday, 28 September 2021 10:20:54 UTC