tauri-web-view 0.6.2

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
Documentation
1
2
3
function changePage(page) {
    window.location.pathname = page + ".html";
}