Skip to main content
Module

x/webview/mod.ts>Webview#run

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Go to Latest
method Webview.prototype.run
import { Webview } from "https://deno.land/x/webview@0.7.5/mod.ts";

Runs the main event loop until it's terminated. After this function exits the webview is automatically destroyed.