Polyfilling the Intersection Observer API the right way
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. ...




