Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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; }