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

x/yxz/network/mod.ts>DownloadOptions

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