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

Avoid XML Parsing Error #73

Merged
merged 1 commit into from
Jul 23, 2019
Merged

Avoid XML Parsing Error #73

merged 1 commit into from
Jul 23, 2019

Conversation

lucatacconi
Copy link
Contributor

Using http-vue-loader on apache or xampp, http-vue-loader successfully load component but using firefox show an "XML Parsing Error: "Junk" after end of document" error for every component loaded.

The update fix the error.

Avoid error message "XML Parsing Error: "Junk" after end of document" loading component
@FranckFreiburger FranckFreiburger merged commit 94218b2 into FranckFreiburger:master Jul 23, 2019
@FranckFreiburger
Copy link
Owner

Thanks for the fix

@lucatacconi
Copy link
Contributor Author

lucatacconi commented Aug 27, 2019 via email

@phrxst
Copy link

phrxst commented Jan 24, 2020

This change broke it for ie11. See bug #83. The solution for ie11 is to move xhr.responseType = 'text'; after xhr.open('GET', url);

Not sure if doing that will break it for apache or xampp though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants