Open agentcooper opened 9 years ago
(I'm splitting up your pull request into smaller chunks)
It seems like IE8 needs polyfills for specific features:
Array.prototype.forEach
Array.prototype.reduce
Array.prototype.slice
on host objectsThese can be applied via shims like "es5-shim" or using ponyfills. I don’t know if this is really necessary but it can make it easier to make vdom-virtualize to work with older environments.
Following stuff fails in IE8:
IMG
tag