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
I just turned on client-side application logging and discovered that some of my users experience app crashes because of this. As it is now, pushy does not work with Internet Explorer.
And add ["element-closest"] to :require somewhere in your app. This will install the element-closest polyfill that provides the closest method to browsers that do not support it. Requires a recent ClojureScript with :npm-deps support.
Looks like pushy is using a function that isn't supported in IE. Might want to consider a polyfill or relying on
.parentNode
instead.Happy to put together a pull request based on any input.
The text was updated successfully, but these errors were encountered: