Skip to content

[design] new class: BrowserCookie #59

@huan

Description

@huan

to separate cookie related code from Class Browser.

this.cookie = new BrowserCookie(this: Browser, profile: string)
this.cookie.clean(): Promise<void>
this.cookie.save(): Promise<void>
this.cookie.load(): Promise<void>
this.cookie.read(): Promise<Cookie[]>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions