Y
Hacker News
new
|
ask
|
show
|
jobs
by
jacobr
3667 days ago
Actually, we do, since Chromium 51. See
https://dev.opera.com/blog/opera-38/
1 comments
nailer
3667 days ago
Yeah you're right. Just updated stable Chrome and:
NodeList.prototype.forEach forEach() { [native code] }
Thank. God. Finally.
Edit:
HTMLCollection.prototype.forEach
(which is what you'll get from other vanilla JS methods) is still missing.
link
Edit:
(which is what you'll get from other vanilla JS methods) is still missing.