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

Ah, sorry I don't know well why, but yesterday I had an issue with it. It works actually well
``` // ex
fetch('http://i.imgur.com/EWV6EZf.jpg', {mode:'cors'}).then(r=>r.blob().then(blob=>console.log(r.headers.get('Content-Type'), blob.type)))
```

-- 
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#issuecomment-273713661

Received on Thursday, 19 January 2017 08:44:07 UTC