navigateForward
Navigates the webview forward in history.
async navigateForward(): Promise<void>
Example
const wv = new Webview(entity);
// History navigation
await wv.navigateForward();
Navigates the webview forward in history.
async navigateForward(): Promise<void>
const wv = new Webview(entity);
// History navigation
await wv.navigateForward();