javascript for LazyLoad中的forEach在IE中不起作用

时间:2018-08-02 12:02:16

标签: javascript internet-explorer

我一直在使用脚本LazyLoad.js来动态加载我的网站的图像。使用Firefox可以正常工作。但是在IE中,它告诉我不支持forEach表达式: 这是代码:

this.observer = new IntersectionObserver(function(entries) {
                entries.forEach(function (entry) {

如何替换此表达式以使其也与IE兼容?

0 个答案:

没有答案