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