You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
new Event does not work in IE11, and unfortunately neither does the polyfill from MDN and this question: Internet Explorer 9, 10 & 11 Event constructor doesn't work, since they rely on document.createEvent. #64
Which parts of preboot are affected by this issue?
server side
client side
inline
build process
docs
tests
Do you want to request a feature or report a bug?
A bug
What is the current behavior?
'new Event' does not work in IE11, and unfortunately neither does the polyfill from MDN.
The error raised is: Object doesn't support this action
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem by creating a github repo.
Just launch the application on IE11 with buffer enabled.
What is the expected behavior?
It should work for IE11 I think.
What is the motivation / use case for changing the behavior?
It should work for IE11 I think.
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)