File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/vendor/livewire/livewire/js/util/walk.js
Back
// A little DOM-tree walker. // (TreeWalker won't do because I need to conditionaly ignore sub-trees using the callback) export function walk(root, callback) { if (callback(root) === false) return let node = root.firstElementChild while (node) { walk(node, callback) node = node.nextElementSibling } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings