How to use the new wry API WebView::cookies
and WebView::cookies_for_url
in a tauri project?
#11655
-
Hello I recently discovered that the upstream library wry in version 0.47.0 has added two new APIs How to use these APIs in a tauri project? |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Nov 12, 2024
Replies: 1 comment 3 replies
-
They have to be explicitly exposed in tauri before you can use them in your apps. Similar to PRs like this #11486 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
LZQCN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They have to be explicitly exposed in tauri before you can use them in your apps. Similar to PRs like this #11486