Re: [whatwg/fetch] blob: URLs and range requests (#1070)

This looks like an interesting issue, so I started writing some wpt tests for this. I haven't tried `data:` or `blob:` urls yet, but I see the following for `blob:`:

| Engine | Basic Range | Multiple Ranges |
|--------|-------------|------------------|
|Gecko   | 200/ignore range| 200/ignore range|
|Webkit  | 206/correct range| 416 |
|Chrome| 206/correct range| fetch failed |

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

Message ID: <whatwg/fetch/issues/1070/1136701017@github.com>

Received on Wednesday, 25 May 2022 04:05:36 UTC