tauri/.changes/expose-invoke-key.md
Lucas Fernandes Nogueira 03e7590429
feat(core): expose invoke key for custom IPC implementations (#11235)
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
2024-10-06 07:36:00 -03:00

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.