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

There's at least two different things here:

1. File API currently doesn't use "parse a MIME type", but it should: https://github.com/w3c/FileAPI/issues/43. (There's already tests for this in WPT.)
2. Fetch should probably special case the empty string value and not set a `Content-Type` header in that case. I think "we" forgot to account for that case.

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

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

Received on Thursday, 28 July 2022 15:57:17 UTC