mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
9cb1fde589
Co-authored-by: Maksim Sadym <sadym@google.com> Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
1.1 KiB
1.1 KiB
sidebar_label |
---|
DeleteCookiesRequest |
DeleteCookiesRequest interface
Signature:
export interface DeleteCookiesRequest
Properties
Property | Modifiers | Type | Description | Default |
---|---|---|---|---|
domain | optional |
string | If specified, deletes only cookies with the exact domain. | |
name | string | Name of the cookies to remove. | ||
path | optional |
string | If specified, deletes only cookies with the exact path. | |
url | optional |
string | If specified, deletes all the cookies with the given name where domain and path match provided URL. |