Members
domain
Gets the domain of the cookie.
- Source
expires
Gets the expiration date of the cookie.
- Source
httpOnly
Checks if the cookie is HTTP-only.
- Source
name
Gets the name of the cookie.
- Source
path
Gets the path of the cookie.
- Source
sameSite
Gets the same-site attribute of the cookie.
- Source
secure
Checks if the cookie is secure.
- Source
size
Gets the size of the cookie.
- Source
value
Gets the value of the cookie.
- Source