Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/webview/src/webview.ts>Webview#unbind

๐ŸŒ Deno bindings for webview, a tiny library for creating web-based desktop GUIs
Latest
method Webview.prototype.unbind
import { Webview } from "https://deno.land/x/webview@0.8.1/src/webview.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