[whatwg/fetch] Set blob.type according to Content-Type header (#461)

Wouldn't that makes sense? If a response has the Content-Type header 'image/png' let's say, that

`.then(r => r.blob()).then(blob => console.assert(blob.type=='image/png'))`

Currently blob.type is always undefined

-- 
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/issues/461

Received on Thursday, 19 January 2017 01:37:09 UTC