tauri/.changes/remove-invoke-system-responder.md
Lucas Fernandes Nogueira 551e0624a9
refactor(core): remove responder from custom invoke systems (#11027)
* refactor(core): remove responder from custom invoke systems

the responder can be set directly in the WebviewWindow::on_message call

* fix tests
2024-09-16 12:20:50 -03:00

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.