bigbite / macy.js

http://macyjs.com/
MIT License
1.28k stars 156 forks source link

Polyfill NodeList#forEach #82

Open mxmason opened 3 years ago

mxmason commented 3 years ago

Hi there! Thanks for the lovely library!

This change adds a polyfill for NodeList.forEach, which in turn renders the foreach helper library obsolete. This makes the final bundle just a little smaller. Allowing the browser to iterate with native code will also make the iterations more performant.