Skip to content

angryobject/nodelist-foreach

Repository files navigation

nodelist-foreach

Build Status

A polyfill to add forEach on NodeList for non supporting browsers (e.g. IE).

import 'nodelist-foreach';

querySelectorAll('.my-component').forEach(doStuff);

Installation

npm:

npm i -S nodelist-foreach

yarn:

yarn add nodelist-foreach

About

forEach for NodeList

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published