mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* add __TAURI_INVOKE_KEY__ to ipc calls to detect initialized frames * move ipc key check to start of on_message * cargo +nightly fmt * undo Cargo.toml formatting changes * undo Cargo.toml formatting changes * undo Cargo.toml formatting changes * remove merged changefiles * undo formatting changes to js files * undo formatting changes to js files * Update to patched wry release * fix: optional chaining is not supported on older webviews (#9529) * Revert "undo formatting changes to js files" This reverts commit a7ef0d91ea1b183e091ea65a2b201d65522cc1d5. * Revert "undo formatting changes to js files" This reverts commit 0fcfd4664b915af51b71e7ea68929fd5b6cb5fc3. * revert core.js * inject __TAURI_INVOKE_KEY__ to __TAURI_IPC__ instead * remove unrelated changes file * remove left over dbg! call * change file --------- Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>