tauri/.changes/tauri-utils-webivew-url-custom-protocol.md
Amr Bashir 58fe2e812a
fix: improvements and ipc fixes for loading window content using custom protocol (#8670)
* fix: improvements and ipc fixes for loading window content using custom protocol

closes #5478

* Discard changes to tooling/cli/Cargo.lock

* clippy

* fix tests

* typo

* fix webviewurl deserialize

* resolve todo, fixes

* fmt

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2024-01-31 09:38:25 -03:00

6 lines
84 B
Markdown

---
'tauri-utils': 'patch:feat'
---
Add `WebviewUrl::CustomProtocol` enum variant.