You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the custom plugin script use TAURI_POST_MESSAGE to communicate between the Rust and JavaScript, but this property has changed in tauri since 2.0, see:tauri-apps/tauri@a63e71f
why not use window.__TAURI__.invoke, a standard api in tauri?
code in tauri framework:
code in mdSilo:
The text was updated successfully, but these errors were encountered:
sopaco
changed the title
The __TAURI_POST_MESSAGE__ in the init.js depreciated in tauri?
The __TAURI_POST_MESSAGE__ in the init.js depreciated in tauri 2.0
Apr 2, 2024
sopaco
changed the title
The __TAURI_POST_MESSAGE__ in the init.js depreciated in tauri 2.0
The __TAURI_POST_MESSAGE__ in init.js was depreciated in tauri 2.0
Apr 2, 2024
the custom plugin script use TAURI_POST_MESSAGE to communicate between the Rust and JavaScript, but this property has changed in tauri since 2.0, see:tauri-apps/tauri@a63e71f
why not use
window.__TAURI__.invoke
, a standard api in tauri?code in tauri framework:
code in mdSilo:
The text was updated successfully, but these errors were encountered: