w3c / IntersectionObserver

Intersection Observer
https://www.w3.org/TR/intersection-observer/
Other
3.62k stars 526 forks source link

Fix possible exception in old Firefox versions #369

Closed dudabone closed 2 years ago

dudabone commented 5 years ago

In older versions of Firefox, window.getComputedStyle may return null when element is invisible (see https://bugzilla.mozilla.org/show_bug.cgi?id=548397). This causes an exception in the polyfill

Closes #???

The following tasks have been completed:

Implementation commitment:

szager-chromium commented 2 years ago

Closing this, as the polyfill is no longer supported.