Skip to main content
Module

x/webview/deps.ts>download

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Go to Latest
function download
Re-export
import { download } from "https://deno.land/x/webview@0.7.6/deps.ts";

Downloads a file using the specified FetchOptions

Parameters

options: FetchOptions

See FetchOptions

Returns

Promise<string>

The path to the downloaded file in its cached location