© 2026 Hedgehog Software, LLC
new HTMLRewriter() .on('html', { async element(node) { node.setAttribute("class", `${node.getAttribute("class")} foo`) } })