class DocumentFragment
extends Node
Re-export
import { DocumentFragment } from "https://deno.land/x/lume@v1.17.5/deps/dom.ts";
Properties
readonly
children: HTMLCollectionreadonly
firstElementChild: Element | nullreadonly
lastElementChild: Element | nullMethods
getElementById(id: string): Element | null
querySelector(selectors: string): Element | null
querySelectorAll(selectors: string): NodeList
replaceChildren(...nodes: (Node | string)[])