-
-
Save blaja/8086b6d83bcac8dc3791 to your computer and use it in GitHub Desktop.
Get for..of loop on NodeList interface in Chrome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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