-
Notifications
You must be signed in to change notification settings - Fork 99
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
issue when expose arrive API to window #60
Comments
@giannoudak is it specific to some browser. If so, let me know the browser name & version. Also, is your site live, can I check it? |
@uzairfarooq It isn't for a specific browser. I tried both in chrome and Firefox and the problem is same. |
hi @uzairfarooq did you manage to check fo this? |
Yeah, I had a look into it but not sure what's causing Will try to have a detailed look when I have some time. |
|
We should consider using globalThis (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis) in arrive with appropriate fallbacks. |
hi, and thanks for your wrapper library over Mutation Observers
we use arrive.js in one site, and when trying to expose the arrive API in window, we get the error bellow:
it seems that the window.prototype is undefined. why this may happen? Is there any way to override this property of window object?
is there any workaround on this? maybe using Window.proto instead will fix it?
The text was updated successfully, but these errors were encountered: