Skip to main content
Go to Latest
interface default.DOM.SetChildNodesEvent
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SetChildNodesEvent } = default.DOM;

Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.

Properties

parentId: NodeId

Parent node id to populate with children.

nodes: Node[]

Child nodes array.