Skip to content

The ability to set cookies via Cookies GetAsync has disappeared. #1000

@S-tokarev

Description

@S-tokarev

In the previous version, I used this method for setting cookies:
var cookies = await window.WebContents.Session.Cookies.GetAsync(new CookieFilter());
In this version, I didn't see direct access to interacting with cookies. There's no documentation on Session, and in the code, I only see OnChanged, not Get/Set.
How can I set cookies in WebContents now, and will this be included in future versions? thx

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions