Skip to main content
Module

x/webview/mod.ts>unload

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

Unload the library and destroy all webview instances. Should only be run once all windows are closed. If preload was called in the main thread, this will automatically be called during the window.onunload event; otherwise, you may have to call this manually.