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

IE6 XHR causes warning in Google Closure compiler #15

Open
amuraco opened this issue May 15, 2013 · 0 comments
Open

IE6 XHR causes warning in Google Closure compiler #15

amuraco opened this issue May 15, 2013 · 0 comments

Comments

@amuraco
Copy link

amuraco commented May 15, 2013

Closure Compiler error:

xstyle/load-imports.js:236: WARNING - unreachable code
        var progIds = ['Msxml2.XMLHTTP', 'Microsoft.XMLHTTP', 'Msxml2.XMLHTTP.4.0'];
        ^

Appears that the IE6-Specific XHR shouldn't even work since that progIds is never set, so It probably should be fixed or removed (all the XHR code) if xstyle doesn't need to work with IE6. IE7+ use the standard XMLHttpRequest object

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

No branches or pull requests

1 participant