shinsenter / defer.js

🥇 A lightweight JavaScript library that helps you lazy load (almost) anything. Defer.js is dependency-free, highly efficient, and optimized for Web Vitals.
https://shinsenter.github.io/defer.js/
MIT License
277 stars 44 forks source link

code stop working on IE11 #55

Closed amit-mall closed 3 years ago

amit-mall commented 3 years ago

On IE11, Js code stop working once I added type="deferjs" on the script tag. After downgrading defer_plus.min.js version to 1.1.8, it works.