querySelectorAll

querySelectorAll(node, query) returns the NodeList of every descendant of node matching the CSS query — the per-node form of node.querySelectorAll. Its single-match companion is querySelector. For document-scoped shorthands with type inference, see pota/use/test's $ / $$. Part of pota/use/dom.