Skip to main content
Module

x/astral/bindings/celestial.ts>Browser_downloadProgress

A high-level puppeteer/playwright-like library for Deno
Go to Latest
interface Browser_downloadProgress
import { type Browser_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.