Thislibrarypolyfillsthenative[`IntersectionObserver`](http://w3c.github.io/IntersectionObserver/) API in unsupporting browsers. See the [API documentation](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) for usage information.
Thispolyfilldoesnotsupportthe[proposedv2additions](https://github.com/szager-chromium/IntersectionObserver/blob/v2/explainer.md), as these features are not currently possible to do with JavaScript and existing web APIs.
LegacysupportisalsopossibleinveryoldbrowsersbyincludingashimforES5aswellasthe`window.getComputedStyle`method.TheeasiestwaytoloadtheIntersectionObserverpolyfillandhaveitworkinthewidestrangeofbrowsersisvia[polyfill.io](https://cdn.polyfill.io/v3/), which will automatically include dependencies where necessary: