Skip to main content
Module

x/webview/mod.ts

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Go to Latest
File
export * from "./webview.ts";
import { load, unload } from "./plugin.ts";
await load();
// deno-lint-ignore ban-ts-comment// @ts-ignoreif (typeof window !== "undefined") window.addEventListener("unload", unload);