Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/deno_dom.ts>HTMLDocument

A frugal web framework
Latest
class HTMLDocument
extends Document
Re-export
import { HTMLDocument } from "https://deno.land/x/frugal@0.9.6/dep/deno_dom.ts";

Constructors

new
HTMLDocument(key: CTOR_KEY)
type alias HTMLDocument
Re-export
import { type HTMLDocument } from "https://deno.land/x/frugal@0.9.6/dep/deno_dom.ts";
variable HTMLDocument
Re-export
import { HTMLDocument } from "https://deno.land/x/frugal@0.9.6/dep/deno_dom.ts";

type

Pick<ConstructibleHTMLDocument, keyof ConstructibleHTMLDocument> & Function