import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { NodeIterator } = dom;
An iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order.
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { NodeIterator } = dom;
An iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order.