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

not working on ie11 #2

Open
lekoala opened this issue Jul 5, 2021 · 0 comments
Open

not working on ie11 #2

lekoala opened this issue Jul 5, 2021 · 0 comments

Comments

@lekoala
Copy link

lekoala commented Jul 5, 2021

I don't know if this is a goal or not, but i tried to use your plugin + the babel plugin in order to serve ie11 script (i know i know) but the live reload is using array notation

do you think you could replace it?

this works (provided that an eventsource polyfill is loaded beforehand, but that is easy with polyfill.io)

(function() { new EventSource('${eventSource}').onmessage = function() {location.reload();}})();

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