Skip to content

[feat] Add a CookieManager to the WebView #5823

@chen-gaoyuan

Description

@chen-gaoyuan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    📬Proposal

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions