Extremely Popular
Go to Latest
interface puppeteer.DOM.DistributedNodesUpdatedEvent
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { DistributedNodesUpdatedEvent } = puppeteer.DOM;

Called when distribution is changed.

Properties

insertionPointId: NodeId

Insertion point where distributed nodes were updated.

distributedNodes: BackendNode[]

Distributed nodes for given insertion point.