Skip to content
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

Closed
uvinw opened this issue Jul 19, 2017 · 6 comments
Closed

Minified files in dist/ are not working in IE8 #393

uvinw opened this issue Jul 19, 2017 · 6 comments

Comments

@uvinw
Copy link

uvinw commented Jul 19, 2017

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 in SockJS is undefined.

Solved the issue by using the full version that was not minified.

@qq8057656qq
Copy link

same issue....

@brycekahle
Copy link
Contributor

@uvinw Is it possible for you to find out which version starts causing this error? You can iterate through versions in the jsdelivr URL https://cdn.jsdelivr.net/npm/[email protected]/dist/sockjs.min.js

I don't have easy access to IE8 at the moment.

@kichik
Copy link

kichik commented Aug 7, 2018

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.

@brycekahle
Copy link
Contributor

@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.

@sxlvalue
Copy link

sxlvalue commented Aug 9, 2019

same issue

@github-actions
Copy link

github-actions bot commented Aug 3, 2020

This issue has been inactive for 30 days. It will be in closed in 5 days without any new activity.

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

No branches or pull requests

5 participants