Module

x/fresh/tests/deps.ts>DOMParser

The next-gen web framework.
Extremely Popular
Go to Latest
class DOMParser
implements [globalThis.DOMParser]
import { DOMParser } from "https://dotland.deno.dev/x/fresh@1.5.2/tests/deps.ts";

Methods

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