Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/packup/deps.ts>DOMParser

📦 Zero-config web application packager for Deno
Go to Latest
class DOMParser
import { DOMParser } from "https://deno.land/x/packup@v0.2.3/deps.ts";

Methods

parseFromString(source: string, mimeType: DOMParserMimeType): HTMLDocument | null