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

Called when shadow root is popped from the element.

Properties

hostId: NodeId

Host element id.

rootId: NodeId

Shadow root id.