Y
Hacker News
new
|
ask
|
show
|
jobs
by
rbkillea
4838 days ago
Are you (dare I say it) trolling? :)
1 comments
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.
link
tg3
4837 days ago
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
link
So no I'm not trolling, I'm being 100% honest.