-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
Description
Describe the problem
I need an API to get cookies from an external WebView
Describe the solution you'd like
const webview = new WebviewWindow('theUniqueLabel', {
url: 'https://tauri.app/',
});
const allCookie = await webview.cookieManager.getAllCookie();
// ...Alternatives considered
No response
Additional context
No response
vc1, auejin, sun128764, trongtindev and AlloryDante
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
📬Proposal