Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

§Classes

Comment

Comments within the document.

DataNode

A node that contains some data.

default
Document

The root node of the document.

DomHandler
Element

An element within the DOM.

Node

This object will be used as the prototype for Nodes when creating a DOM-Level-1-compliant structure.

NodeWithChildren

A Node that can have children.

ProcessingInstruction

Processing instructions, including doc types.

Text

Text within the document.

§Functions

cloneNode

Clone a node, and optionally its children.

hasChildren
isCDATA
isComment
isDirective
isDocument
isTag
isText

§Interfaces

DomHandlerOptions