Hacker News new | ask | show | jobs
by dubcanada 4838 days ago
IE8 doesn't support some of the javascript functions/methods they provide you. Namely Array.prototype.slice.call

So no I'm not trolling, I'm being 100% honest.

1 comments

As bdt101 mentioned here[1], the way they're using Array.prototype.slice.call is supported by IE8. It is not supported when trying to slice a NodeList, as a NodeList is not a JScript object.

1 - https://news.ycombinator.com/item?id=5424874