Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>DOM_setChildNodes

A high-level puppeteer/playwright-like library for Deno
Latest
interface DOM_setChildNodes
import { type DOM_setChildNodes } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Properties

parentId: DOM_NodeId

Parent node id to populate with children.

nodes: DOM_Node[]

Child nodes array.