- From: Cyril Auburtin <notifications@github.com>
- Date: Wed, 18 Jan 2017 17:36:32 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 January 2017 01:37:09 UTC
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