Cookieinterface
Cookie object
Properties (9)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| domain⚓︎ | string | x | x | x |
| expirationDate⚓︎ | number | x | x | x |
| httpOnly⚓︎ | boolean | x | x | x |
| name⚓︎ | string | x | x | |
| path⚓︎ | string | x | x | x |
| sameSite⚓︎ | "unspecified" | "no_restriction" | "lax" | "strict" | x | x | |
| secure⚓︎ | boolean | x | x | x |
| session⚓︎ | boolean | x | x | x |
| value⚓︎ | string | x | x |