Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Page_downloadProgress

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

Properties

guid: string

Global unique identifier of the download.

totalBytes: number

Total expected bytes to download.

receivedBytes: number

Total bytes received.

state: "inProgress" | "completed" | "canceled"

Download status.