reload
Reloads the current webview content.
async reload(): Promise<void>
Example
const wv = new Webview(entity);
// Reload the current content
await wv.reload();
Reloads the current webview content.
async reload(): Promise<void>
const wv = new Webview(entity);
// Reload the current content
await wv.reload();