Please confirm this.
According to the code it seems that since v 2.1.2 the polyfill will only be loaded if you have explicitly added a filter to enable it, otherwise it should not be loaded.
from 2.1.2: “Enhancement: Disable polyfill for intersectionObserver by default, added a way to activate it instead”
Therefore if the site using this plugin didn’t set up a filter for this it should be fine.
However I still see a reference to polyfill.io in the new version here in the method/function getLazyloadScript while the polyfill doesn’t seem to be enabled at any time since there is no place in the plugins code to change the polyfill arg to true, it’s there.
/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/src/Assets.php