- From: Cyril Auburtin <notifications@github.com>
- Date: Thu, 19 Jan 2017 00:43:29 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 January 2017 08:44:07 UTC
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