mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
58fe2e812a
* 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>
6 lines
84 B
Markdown
6 lines
84 B
Markdown
---
|
|
'tauri-utils': 'patch:feat'
|
|
---
|
|
|
|
Add `WebviewUrl::CustomProtocol` enum variant.
|