nodelist-foreach-polyfill
Version:
Simple polyfill for the NodeList.forEach method.
11 lines (6 loc) • 343 B
Markdown
## 1.0.0
- first version
## 1.1.0
- changed to use [MDN's polyfill](https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#Polyfill)
## 1.2.0
- updated to the latest [MDN's polyfill](https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach#Polyfill) (thanks [christiansany](https://github.com/christiansany))