1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/node_modules/dom-walk
2022-05-20 16:22:54 -03:00
..
example Improving the get restream credentials 2022-05-20 16:22:54 -03:00
index.js Improving the get restream credentials 2022-05-20 16:22:54 -03:00
LICENCE Improving the get restream credentials 2022-05-20 16:22:54 -03:00
Makefile Improving the get restream credentials 2022-05-20 16:22:54 -03:00
package.json Improving the get restream credentials 2022-05-20 16:22:54 -03:00
README.md Improving the get restream credentials 2022-05-20 16:22:54 -03:00

dom-walk

iteratively walk a DOM node

Example

var walk = require("dom-walk")

walk(document.body.childNodes, function (node) {
    console.log("node", node)
})

Installation

npm install dom-walk

Contributors

  • Raynos

MIT Licenced