diff --git a/fetch.js b/fetch.js index b251ee39..3c02d57e 100644 --- a/fetch.js +++ b/fetch.js @@ -515,6 +515,7 @@ export function fetch(input, init) { xhr.responseType = 'blob' } else if ( support.arrayBuffer && + request.headers.get('Content-Type') && request.headers.get('Content-Type').indexOf('application/octet-stream') !== -1 ) { xhr.responseType = 'arraybuffer'