ElectronCookies.remove method
ElectronCookies › remove
Unofficial
Removes the cookies matchingurl and name. Signature:
remove(url: string, name: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| url | string | The URL associated with the cookie. |
| name | string | The name of the cookie to remove. |
Returns: Promise<void> — A promise which resolves when the cookie has been removed.