-
Notifications
You must be signed in to change notification settings - Fork 96
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
We lost IE8/9 support #77
Comments
Hmm. One of the reasons why there are no reports is that most people are still pinned to 1.x We should fix the issue and look into saucelabs using Zuul. Mercury and virtual Dom run ie tests there |
I'm spinning up a vm from MS to get back to debugging this thing. I'll come back when I know something ;) |
Probably a false alarm.
We won't func-test basic features in IEs without a localhost server. I'll see if it's possible to use paths that can be accessed with run-browser. |
I checked on virtual machines at work, and we lost support for old IEs
It seems that the only problem for now is that parse-headers is using
.indexOf
Good news: noone reported that ;)
parse-headers
or replace with something else?The text was updated successfully, but these errors were encountered: