Skip to content

Instantly share code, notes, and snippets.

@blaja
Created August 5, 2015 10:35
Show Gist options
  • Save blaja/8086b6d83bcac8dc3791 to your computer and use it in GitHub Desktop.
Save blaja/8086b6d83bcac8dc3791 to your computer and use it in GitHub Desktop.
Get for..of loop on NodeList interface in Chrome
NodeList.prototype[Symbol.iterator] = Array.prototype[Symbol.iterator];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment