mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
551e0624a9
* refactor(core): remove responder from custom invoke systems the responder can be set directly in the WebviewWindow::on_message call * fix tests
182 B
182 B
tauri |
---|
patch:breaking |
Remove the responder
part of a custom invoke system now that the responder can be set directly in the tauri::WebviewWindow::on_message
function.