class Node
extends EventTarget
Re-export
import { Node } from "https://deno.land/x/frugal@0.3.0/dep/dom.ts";
Methods
_appendTo(parentNode: Node)
_assertNotAncestor(child: Node)
_getChildNodesMutator(): NodeListMutator
_remove(skipSetParent?)
_replaceWith(...nodes: (Node | string)[])
_setOwnerDocument(document: Document | null)
_setParent(newParent: Node | null, force?)
Update ancestor chain & owner document for this child and all its children.
_shallowClone(): Node
appendChild(child: Node): Node
cloneNode(deep?): Node
compareDocumentPosition(other: Node)
FIXME: Does not implement attribute node checks ref: https://dom.spec.whatwg.org/#dom-node-comparedocumentposition MDN: https://developer.mozilla.org/en-US/docs/Web/API/Node/compareDocumentPosition
contains(child: Node)
getRootNode(opts?: { composed?: boolean; }): Node
insertBefore(newNode: Node, refNode: Node | null): Node
removeChild(child: Node)
replaceChild(newChild: Node, oldChild: Node): Node
import { type Node } from "https://deno.land/x/frugal@0.3.0/dep/dom.ts";
import { type Node } from "https://deno.land/x/frugal@0.3.0/dep/dom.ts";
import { Node } from "https://deno.land/x/frugal@0.3.0/dep/dom.ts";