Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/net/download.ts>DownloadOptions

Deno Standard Extensions
Latest
type alias DownloadOptions
import { type DownloadOptions } from "https://deno.land/x/yxz@0.32.0/net/download.ts";
definition: { createDirs?: boolean; onProgress?: (downloadedBytes: number, totalBytes: number) => void; }