-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
OC_EventSource does not support multiple streams on IE8 #15599
Comments
Hmm, but OC_EventSource is also used by the upgrade system when clicking "Start update" and I remember that it worked in the past with IE8. So, possibly a regression. |
I don't have access to IE8, but what could happen is that it works fine when one EventSource call is made at a time, but fails when there is more than one, like in the Pictures app. |
You can easily get an IE8 VM here: https://www.modern.ie/en-us/virtualization-tools#downloads |
Ah, thanks :) |
Updated the title since it can be made to work with IE9-11 using black magic. |
As IE8 support is dropped in 9.0 I will close this issue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is to make it clearer that the fallback implemented in OC_EventSource does not work, instead of just mentioning it in another ticket.
Afaict, EventSource is used in OC.update and Pictures (Gallery+ has switched to a different library).
The best thing to do from my pov is to switch to a 3rd party polyfill since that would be one less thing to maintain.
The text was updated successfully, but these errors were encountered: