Skip to main content
Module

x/webview/mod.ts>Webview#init

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

Injects JavaScript code at the initialization of the new page. Every time the webview will open a the new page - this initialization code will be executed. It is guaranteed that code is executed before window.onload.

Parameters

source: string