class Node
extends EventTarget
import { Node } from "https://deno.land/x/aleph@v0.2.3/vendor/deno-dom/node.ts";
Properties
childNodes: NodeList
readonly
children: HTMLCollectionreadonly
nextSibling: Node | nullparentElement: Element | null
readonly
previousSibling: Node | nullMethods
private
insertBeforeAfter(nodes: (Node | string)[], side: number)_setOwnerDocument(document: Document | null)
appendChild(child: Node)
remove()
removeChild(child: Node)
replaceChild(child: Node)
replaceWith(...nodes: (Node | string)[])