-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hi,
I have an issue with bunnyJS and Internet Explorer 11. When i test on IE 11, I have multiple issues about functions in constant. For exemple, we have an error "SCRIPT1002" in BunnyElement.js, line 4
export const BunnyElement = {
getCurrentDocumentPosition(top = true) {
//return Math.abs(document.body.getBoundingClientRect().y);
return top ? window.scrollY : window.scrollY + window.innerHeight;
},
[...]
}
We use webpack Encore, and we add babel polyfill. But it still not working.
Thank you very much
Metadata
Metadata
Assignees
Labels
No labels