mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
211 B
211 B
tauri |
---|
patch |
Use native dialog on window.alert
and window.confirm
.
Since every communication with the webview is asynchronous, the window.confirm
returns a Promise resolving to a boolean value.