Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface Protocol.DOM.ShadowRootPushedEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ShadowRootPushedEvent } = Protocol.DOM;

Called when shadow root is pushed into the element.

Properties

hostId: NodeId

Host element id.

root: Node

Shadow root.