Skip to main content
Module

x/webview/deps.ts

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

Functions

Opens a dynamic library and registers symbols, compatible with Deno.dlopen yet with extended functionality allowing you to use remote (or local) binaries, automatically building the binary name and controlling the caching policy.

Downloads a file using the specified FetchOptions