wry@0.23.0
Esta página aún no está disponible en tu idioma.
- Properly parse the content type header for the
android.webkit.WebResourceResponse
mime type. - Change typo in
WebViewBuilderExtWindows::with_additionl_browser_args
. toWebViewBuilderExtWindows::with_additional_browser_args
. - Add
Webiew::load_url
. - Change the type of
WebViewBuilderExtWindows::with_additional_browser_args
argument fromAsRef<str>
toInto<String>
to reduce extra allocation. - Validate custom protocol response status code on Android.
- [https://github.com/tauri-apps/wry/commit/04422bc1b579d9388ce03c2388b8f415dbc0747b] On macOS, revert content view to native NSView ([#782])(https://github.com/tauri-apps/wry/pull/782)
© 2024 Tauri Contributors. CC-BY / MIT