-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minified files in dist/ are not working in IE8 #393
Comments
same issue.... |
@uvinw Is it possible for you to find out which version starts causing this error? You can iterate through versions in the jsdelivr URL I don't have easy access to IE8 at the moment. |
Microsoft has a free VM. It's a painfully long debugging process as IE8 JavaScript console is ancient. I'm sorry, but I don't have time to test it now. |
@uvinw @qq8057656qq @kichik If one of you can determine which version introduces the error, I can look into it further. It should be working in IE8 as of 1.1.0, since I fixed #279 for IE8 in that release. I don't have infinite time to chase this down in a browser with 0.22% of global usage. I need your help. |
same issue |
This issue has been inactive for 30 days. It will be in closed in 5 days without any new activity. |
Something in the minification process prevents the file from being parsed properly in Internet Explorer 8. The exact error thrown is
Object expected
which results inSockJS is undefined
.Solved the issue by using the full version that was not minified.
The text was updated successfully, but these errors were encountered: