mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* feat: add `eval_with_callback` to Webview and WebviewWindow * docs: fix eval_with_callback docs and add change file --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
8 lines
175 B
Markdown
8 lines
175 B
Markdown
---
|
|
'tauri': 'minor:feat'
|
|
'tauri-runtime': 'minor:feat'
|
|
'tauri-runtime-wry': 'minor:feat'
|
|
---
|
|
|
|
Add `eval_with_callback` to the Tauri webview APIs and runtime dispatch layers.
|