Re: [whatwg/fetch] blob: fetch of slice() without valid content type yields unexpected results (Issue #1464)

> So what do browsers do then?

|Test                         |Firefox       |Chrome| Safari                  |
|-------------------|-----------|--------|-----------------|
|no `contentType`  |`text/plain`|`null`   |`""`                      |
|bad `contentType`|`text/plain`|`null`   |`application/xml`|

> Note, an upcoming change to Gecko will probably change case 2 to behave like webkit.

:+1: with the patch gecko does in fact return `""` for both tests.

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

Message ID: <whatwg/fetch/issues/1464/1169246683@github.com>

Received on Tuesday, 28 June 2022 21:10:37 UTC