Skip to main content
Go to Latest
method DOMParser.prototype.parseFromString
import { DOMParser } from "https://deno.land/x/simple_utility@v2.0.10/deps.deno_ext.ts";

Parameters

source: string
mimeType: DOMParserMimeType

Returns

HTMLDocument | null