Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/feomasto/priv/deps.ts>denoDOM.HTMLDocument

Sync posts from Mastodon into FeoBlog
Latest
class denoDOM.HTMLDocument
extends Document
Re-export
import { denoDOM } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { HTMLDocument } = denoDOM;

Constructors

new
HTMLDocument(key: CTOR_KEY)
type alias denoDOM.HTMLDocument
Re-export
import { type denoDOM } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { HTMLDocument } = denoDOM;
definition: ConstructibleHTMLDocument
variable denoDOM.HTMLDocument
Re-export
import { denoDOM } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { HTMLDocument } = denoDOM;

type

Pick<ConstructibleHTMLDocument, keyof ConstructibleHTMLDocument> & Function