Re: [whatwg/dom] Consider adding more utils to Elements (#145)

related to this, I'd appreciate to have .map, .filter available for HTMLCollections, NodeLists...

and be able to do things more simply: `[].concat(...document.all.map(x=>x.childNodes.filter(n=>n.nodeType==3)))` // get all text nodes in page

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/145#issuecomment-239138099

Received on Thursday, 11 August 2016 11:43:18 UTC