import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { DownloadWillBeginEvent } = Protocol.Browser;
Fired when page is about to start a download.
Properties
frameId: Page.FrameId
Id of the frame that caused the download to begin.