Skip to main content
Module

x/deno_dom/deno-dom-native.ts>HTMLDocument

Browser DOM & HTML parser in Deno
Extremely Popular
Go to Latest
class HTMLDocument
extends Document
Re-export
import { HTMLDocument } from "https://deno.land/x/deno_dom@v0.1.33-alpha/deno-dom-native.ts";

Constructors

new
HTMLDocument(key: CTOR_KEY)
type alias HTMLDocument
Re-export
import { type HTMLDocument } from "https://deno.land/x/deno_dom@v0.1.33-alpha/deno-dom-native.ts";
variable HTMLDocument
Re-export
import { HTMLDocument } from "https://deno.land/x/deno_dom@v0.1.33-alpha/deno-dom-native.ts";

type

Pick<ConstructibleHTMLDocument, keyof ConstructibleHTMLDocument> & Function