JakeChampion / polyfill-library

NodeJS module to create polyfill bundles tailored to individual user-agents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntersectionObserverEntry is not targeting older Operas/Chrome 51 until Chrome 57

christianhaller3000 opened this issue · comments

https://github.com/Financial-Times/polyfill-library/blob/c7a1de7d89d85da981c6fe1ca4e0f7c24b0cc35b/polyfills/IntersectionObserverEntry/config.toml#L8

Hi, older Chromes/Operas have only the partial support for the IntersectionObserver.

Bildschirm­foto 2023-03-21 um 18 39 12

https://caniuse.com/intersectionobserver

the config for IntersectionObserverEntry is only targeting Microsoft Edge.

A fix for this issue was released in v4.8.0

Thank you again for reporting this!