class DocumentFragment
extends Node
Re-export
import { DocumentFragment } from "https://deno.land/x/deno_dom@v0.1.43/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)[])