diff --git a/404.html b/404.html index 7d2e74b67dc..09939406330 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@
export interface DeleteCookiesRequest
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. |
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. Otherwise, deletes only cookies related to the current page's domain. |