tauri@1.0.0-beta.8
- Fix missing asset protocol path.Now the protocol is
https://asset.localhost/path/to/file
on Windows. Lunix and macOS is stillasset://path/to/file
. - Breaking change: Removed
register_uri_scheme_protocol
from theWebviewAttributes
struct and renamedregister_global_uri_scheme_protocol
toregister_uri_scheme_protocol
on theBuilder
struct, which now takes aFn(&AppHandle, &http::Request) -> http::Response
closure. - Migrate to latest custom protocol allowing
Partial content
streaming and Header parsing.
© 2024 Tauri Contributors. CC-BY / MIT