Polyfilling the Intersection Observer API the right way
Apr 22, 2022 · 5 min read · Generally speaking, adding a polyfill is as simple as adding a script tag (without a defer or async attribute) that will download the file with the lines of code that perform the needed checks and if the feature doesn't exist, the polyfill kicks in. ...
Join discussion


