import { type DOMParser } from "https://deno.land/x/evt@v2.4.19/lib/types/lib.dom.ts";
Provides the ability to parse XML or HTML source code from a string into a DOM Document.
Methods
parseFromString(str: string, type: SupportedType): Document
import { type DOMParser } from "https://deno.land/x/evt@v2.4.19/lib/types/lib.dom.ts";
Provides the ability to parse XML or HTML source code from a string into a DOM Document.