1000ch / lazyload-image

HTMLImageElement extension for lazy loading.

Home Page:https://1000ch.github.io/lazyload-image/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

removeEventListener is not work in IE8-

wushuyi opened this issue · comments

addEventListener is not work in IE8- need used attachEvent

IE8- does not support document.registerElement(), too ;)
It is not realistic to use Web Components in older browsers such as IE8.