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

x/yxz/network/download.ts>download

Deno Standard Extensions
Go to Latest
function download
import { download } from "https://deno.land/x/yxz@0.17.0/network/download.ts";

Parameters

url: string | Request | URL
outputPath: string
optional
options: DownloadOptions

Returns

Promise<void>