import { DOMParser } from "https://deno.land/x/fresh@1.4.0/tests/deps.ts";
Methods
parseFromString<MIME extends keyof { text/html: HTMLDocument; image/svg+xml: SVGDocument; text/xml: XMLDocument; }>(): { text/html: HTMLDocument; image/svg+xml: SVGDocument; text/xml: XMLDocument; }[MIME]
markupLanguage: string,
mimeType: MIME,
globals?: any,