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

Fired when frame has started loading.

Properties

frameId: FrameId

Id of the frame that has started loading.