import { Webview } from "https://dotland.deno.dev/x/webview@0.7.5/src/webview.ts";
Runs the main event loop until it's terminated. After this function exits the webview is automatically destroyed.
x/webview/src/webview.ts>Webview#run
import { Webview } from "https://dotland.deno.dev/x/webview@0.7.5/src/webview.ts";
Runs the main event loop until it's terminated. After this function exits the webview is automatically destroyed.