tauri/crates
Tony 66e6325f43
fix: channel callback never cleaned up from window (#13136)
* Fix channel cb never cleaned up from `window`

* Should be `_{id}`

* Still need to manually impl clone

* Regenerate bundle.global.js

* Remove current_index from ChannelInner

* Move phantom to `Channel`

* `Channel` not `Self`

* Clean up

* Clean up

* Fix missing end quote

* Add change file

* Rename id to index to match js side

* Improve channel speed on small data

* do the same perf check for IPC responses and raw bytes

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2025-04-12 10:31:25 -03:00
..
tauri fix: channel callback never cleaned up from window (#13136) 2025-04-12 10:31:25 -03:00
tauri-build apply version updates (#13060) 2025-04-01 13:52:38 -03:00
tauri-bundler feat: Support custom CFBundleVersion for iOS and macOS (#13030) 2025-04-12 09:28:48 -03:00
tauri-cli feat: Support custom CFBundleVersion for iOS and macOS (#13030) 2025-04-12 09:28:48 -03:00
tauri-codegen feat: Support custom CFBundleVersion for iOS and macOS (#13030) 2025-04-12 09:28:48 -03:00
tauri-driver apply version updates (#12439) 2025-01-25 15:29:40 +01:00
tauri-macos-sign apply version updates (#12518) 2025-02-26 12:45:31 -03:00
tauri-macros apply version updates (#13060) 2025-04-01 13:52:38 -03:00
tauri-plugin apply version updates (#13060) 2025-04-01 13:52:38 -03:00
tauri-runtime feat: add set_dock_visibility method (#13185) 2025-04-11 15:13:07 -03:00
tauri-runtime-wry feat: add set_dock_visibility method (#13185) 2025-04-11 15:13:07 -03:00
tauri-schema-generator feat: Support custom CFBundleVersion for iOS and macOS (#13030) 2025-04-12 09:28:48 -03:00
tauri-schema-worker chore(deps): update dependency wrangler to v4 (#12967) 2025-03-15 08:23:47 -03:00
tauri-utils feat: Support custom CFBundleVersion for iOS and macOS (#13030) 2025-04-12 09:28:48 -03:00
tests feat: disable background throttling (#12181) 2025-01-25 22:20:31 +01:00