inexorabletash / polyfill

JavaScript Polyfills, Shims and More
Other
1.36k stars 354 forks source link

Add MouseEvent constructor polyfill #162

Open gigachel opened 3 years ago

gigachel commented 3 years ago

Now ie11 dont support new window.MouseEvent('click') - https://caniuse.com/?search=mouseEvent%20constructor

Add support for this please (https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/MouseEvent#polyfill).