tauri/.changes/share-webcontext.md
Amr Bashir 62b3a5cd1c
fix(core): share webcontext between webviews (#11043)
* fix(core): share webcontext between webviews

closes #10981

* update wry version

* Update crates/tauri-runtime-wry/src/lib.rs [skip ci]

* on linux, only register protocol once per context

---------

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2024-09-21 07:42:07 -03:00

145 B

tauri tauri-runtime-wry
patch:bug patch:bug

Fix localStorage not shared between webviews that use the same data directory.