-
Hi, asking for custom invoke system plugin development.
Tauri v2 message passing mechanism:
Tauri v1 message passing mechanism:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I just refactored this to tauri v2: https://github.com/ahkohd/tauri-awesome-rpc Slightly ready, adding some finishing touches |
Beta Was this translation helpful? Give feedback.
-
Tauri v1 |
Beta Was this translation helpful? Give feedback.
Tauri v1
window.ipc.postMessage()
message passing mechanism is only used for compatibility and as a fallback mechanism when fetch fails.tauri/crates/tauri/scripts/ipc-protocol.js
Line 68 in fd63f22