ElectronCookies.get method
ElectronCookies › get
Unofficial
Sends a request to get all cookies matchingfilter. Signature:
get(filter: ElectronCookiesGetFilter): Promise<ElectronCookie[]>Parameters:
| Parameter | Type | Description |
|---|---|---|
| filter | ElectronCookiesGetFilter | The filter to match cookies against. |
Returns: Promise<ElectronCookie[]> — A promise which resolves to an array of cookie objects.