Files
archived-tauri/.changes/set-cookie-runtime.md
Sean Wang dfadcb764b feat: add WebView::set_cookie and WebView::delete_cookie (#13661)
* chore: patch wry

* feat: added `Webview::set_cookie` and `Webview::delete_cookie`

* chore: changes-files

* fmt

* owned cookie, re-export crate

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2025-08-16 23:41:16 -03:00

147 B

tauri-runtime, tauri-runtime-wry
tauri-runtime tauri-runtime-wry
minor:feat minor:feat

Added WebviewDispatch::set_cookie() and WebviewDispatch::delete_cookie().