Module

x/webview/deps.ts>download

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

Downloads a file using the specified {@link FetchOptions}

Parameters

options: FetchOptions

See {@link FetchOptions}

Returns

Promise<string>

The path to the downloaded file in its cached location

import download
import { download } from "https://dotland.deno.dev/x/webview@0.7.6/deps.ts";

Plug is a drop in extension for using remote dynamic libraries in deno. It automatically handles caching and loading with minimal overhead. It can automatically create the URL for your cross-operating-system, cross-architecture libraries if you so wish using a simple configuration which deviates from the standard URL/string path input.