Skip to main content
Module

x/astral/bindings/celestial.ts>Page_downloadWillBegin

A high-level puppeteer/playwright-like library for Deno
Go to Latest
interface Page_downloadWillBegin
import { type Page_downloadWillBegin } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Properties

frameId: Page_FrameId

Id of the frame that caused download to begin.

guid: string

Global unique identifier of the download.

url: string

URL of the resource being downloaded.

suggestedFilename: string

Suggested file name of the resource (the actual name of the file saved on disk may differ).