21:30
<smaug>
Hmm, why this lowercases charset: (new Response(new Blob(["data"]), {headers: [["Content-Type", "text/plain;charset=UTF-8"]]})).blob().then((b)=> { console.log(b.type); });
21:32
<smaug>
Blob constructor does convert type to lowercase, but fetch spec doesn't use that constructor
22:58
<Luca Casonato>

blob.type is specified to always returns a lowercase string:

On getting, user agents must return the type of a Blob as an ASCII-encoded string in lower case

See https://w3c.github.io/FileAPI/#attributes-blob