tauri/core
Lucas Fernandes Nogueira b1d9ffa1ab
fix(core): IPC fallback hanging when sending responses, closes #10327 (#10582)
The IPC fallback system kicks in when the custom protocol implementation cannot be used (e.g. CORS issues).
The fallback uses the postMessage mechanism, which by default uses channels to send large responses. If the custom protocol implementation cannot be used, we should not use channels, but eval the response directly.
2024-08-13 07:38:49 -03:00
..
tauri fix(core): IPC fallback hanging when sending responses, closes #10327 (#10582) 2024-08-13 07:38:49 -03:00
tauri-acl-schema prevent unnecessary rebuilds when working in the cargo workspace (#10442) 2024-08-02 07:30:02 -03:00
tauri-build chore(deps) Update Rust crate json-patch to v2 (dev) (#10515) 2024-08-10 16:45:24 -03:00
tauri-codegen chore: update brotli dependency to v6 (#10436) 2024-08-11 08:23:31 -03:00
tauri-config-schema fix(core/cli): Add custom default implementation for ios config (#10533) 2024-08-08 19:57:56 -03:00
tauri-macros apply version updates (#10532) 2024-08-08 23:52:47 -03:00
tauri-plugin apply version updates (#10532) 2024-08-08 23:52:47 -03:00
tauri-runtime apply version updates (#10532) 2024-08-08 23:52:47 -03:00
tauri-runtime-wry apply version updates (#10532) 2024-08-08 23:52:47 -03:00
tauri-utils fix(core): plugin permissions documentation heading (#10547) 2024-08-13 03:58:44 +03:00
tests yarn prettier --write core (#10471) 2024-08-10 15:44:33 -03:00