mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
7 lines
218 B
Markdown
7 lines
218 B
Markdown
---
|
|
"tauri": patch
|
|
---
|
|
|
|
Use [`Url.join()`](https://docs.rs/url/2.2.2/url/struct.Url.html#method.join) when building webview URLs in
|
|
`WindowManager`, to handle edge cases and leading/trailing slashes in paths and urls.
|