Closed MoritzKn closed 8 years ago
In the modern browsers it is possible to do:
let myArray = [...doc.getElementsByTagName('foo')]
It would be cool if this package would support this too. Therefore the Symbol.iterator had to be defined on the the NodeList.
NodeList
it is base on w3c dom level2 . Modifying the interface will lead to compatibility issues
In the modern browsers it is possible to do:
It would be cool if this package would support this too. Therefore the Symbol.iterator had to be defined on the the
NodeList
.