Skip to main content
Module

x/webview/mod.ts>Webview#unbind

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

Unbinds a previously bound function freeing its resource and removing it from the webview JavaScript context.

Parameters

name: string

The name of the bound function