class DocumentFragment
extends Node
import { DocumentFragment } from "https://dotland.deno.dev/x/deno_dom@v0.1.45/deno-dom-wasm.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)[])