- From: Cyril Auburtin <notifications@github.com>
- Date: Thu, 11 Aug 2016 04:42:51 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 11 August 2016 11:43:18 UTC
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