Skip to content
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

Safari 10 read only error #473

Closed
ghost opened this issue Jun 20, 2021 · 2 comments
Closed

Safari 10 read only error #473

ghost opened this issue Jun 20, 2021 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented Jun 20, 2021

When running the polyfill on Safari 8-10 we are getting on this line:
this.isIntersecting = !!entry.intersectionRect;

TypeError: Attempted to assign to readonly property.

Thanks

@graemeenglish
Copy link

This also causes problems on chrome 94 and edge 94 when forcing the polyfill for testing using

<script> delete window.IntersectionObserver; delete window.IntersectionObserverEntry; </script>

@miketaylr
Copy link
Member

The polyfill is being removed in #499 (see #433 for discussion).

If you can still reproduce bugs in the native implementations, filing bugs in the various bug tracks would be really helpful.

I'm going to close this as wontfix, but thanks for taking the time to report this issue!

@miketaylr miketaylr closed this as not planned Won't fix, can't repro, duplicate, stale Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants