@ungap/dom-iterable

0.2.0 • Public • Published

DOM Iterable

Build Status Coverage Status Greenkeeper badge WebReflection status

Ensuring common iterable DOM classes can be used in for/of loops.

// works from Chrome 51 on, not before
for (const node of document.querySelectorAll('*'))
  console.log(node);

Live test

Package Sidebar

Install

npm i @ungap/dom-iterable

Weekly Downloads

72

Version

0.2.0

License

ISC

Unpacked Size

4.8 kB

Total Files

8

Last publish

Collaborators

  • webreflection