Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Page.FrameAttachedEvent
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { FrameAttachedEvent } = default.Page;

Fired when frame has been attached to its parent.

Properties

frameId: FrameId

Id of the frame that has been attached.

parentFrameId: FrameId

Parent frame identifier.

optional
stack: Runtime.StackTrace

JavaScript stack trace of when frame was attached, only set if frame initiated from script.