import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { DOMStringList } = dom;
A type returned by some APIs which contains a list of DOMString (strings).
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { DOMStringList } = dom;
A type returned by some APIs which contains a list of DOMString (strings).