method Webview.prototype.navigateimport { Webview } from "https://dotland.deno.dev/x/webview@0.8.1/src/webview.ts"; navigate(url: URL | string)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. Parametersurl: URL | string