I\'m using CORS to fetch some data from an API. All was working well until Chrome update launched a day ago.
Now after an OPTIONS request the subsequent request always r
A quick fix, until the module is updated, is to comment out this line in dist/vue-resource.common.js:
dist/vue-resource.common.js
xhr.responseType = 'blob';
It should be somewhere around line ~1054