Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Fix loading issue on IE11 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatacconi committed Feb 21, 2020
1 parent cfb8b41 commit 9b440b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpVueLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@
return new Promise(function(resolve, reject) {

var xhr = new XMLHttpRequest();
xhr.responseType = 'text';
xhr.open('GET', url);
xhr.responseType = 'text';

xhr.onreadystatechange = function() {

Expand Down

0 comments on commit 9b440b3

Please sign in to comment.