mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
03e7590429
custom IPC systems that manually call Webview::on_message must know the invoke key checked by Tauri. This exposes that key in the App/AppHandle instances. This is safe because the key is never leaked to remote denied webview URLs
159 B
159 B
tauri |
---|
patch:enhance |
Added App::invoke_key
and AppHandle::invoke_key
for custom invoke systems that rely on manual Webview::on_message
calls.