import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { FrameStartedLoadingEvent } = Protocol.Page;
Fired when frame has started loading.
Properties
frameId: FrameId
Id of the frame that has started loading.
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { FrameStartedLoadingEvent } = Protocol.Page;
Fired when frame has started loading.
Id of the frame that has started loading.