import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { NavigatedWithinDocumentEvent } = Protocol.Page;
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
Properties
frameId: FrameId
Id of the frame.