UNPKG

polyfill-nodelist-foreach

Version:
4 lines (3 loc) 122 B
if (window && window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = Array.prototype.forEach; }