The good news is that Chrome has introduced the following changes to NodeList, check it out in the chrome-status page.
NodeList object is finally an Iterable
devlucky
7310
It’s worth noting that `NodeList.prototype` still doesn’t have `forEach`; the code above still doesn’t work (unless I’m mistaken, I have chrome 50 & it reports that it’s up-to-date so I can’t test).