tauri@1.0.0-beta.8
- Fix missing asset protocol path.Now the protocol is
https://asset.localhost/path/to/fileon Windows. Lunix and macOS is stillasset://path/to/file. - Breaking change: Removed
register_uri_scheme_protocolfrom theWebviewAttributesstruct and renamedregister_global_uri_scheme_protocoltoregister_uri_scheme_protocolon theBuilderstruct, which now takes aFn(&AppHandle, &http::Request) -> http::Responseclosure. - Migrate to latest custom protocol allowing
Partial contentstreaming and Header parsing.
© 2025 Tauri Contributors. CC-BY / MIT