Skip to main content
Module

x/webview/mod.ts>Webview#navigate

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

Navigates webview to the given URL. URL may be a data URI, i.e. "data:text/html,<html>...</html>". It is often ok not to url-encodeCString it properly, webview will re-encodeCString it for you.

Parameters

url: URL | string