Mint-6263

Results 3 comments of Mint-6263

Good

> When fetching, we have this block to configure the outbound XHR: > > ```js > if ('responseType' in xhr) { > if (support.blob) { > xhr.responseType = 'blob' >...