Web utility
Preparing search index...
CookieAttribute
Interface CookieAttribute
interface
CookieAttribute
{
domain
?:
string
;
expires
?:
Date
;
"max-age"
?:
number
;
partitioned
?:
boolean
;
path
?:
string
;
samesite
?:
"none"
|
"lax"
|
"strict"
;
secure
?:
boolean
;
}
Index
Properties
domain?
expires?
max-
age?
partitioned?
path?
samesite?
secure?
Properties
Optional
domain
domain
?:
string
Optional
expires
expires
?:
Date
Optional
max-
age
"max-age"
?:
number
Optional
partitioned
partitioned
?:
boolean
Optional
path
path
?:
string
Optional
samesite
samesite
?:
"none"
|
"lax"
|
"strict"
Optional
secure
secure
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
domain
expires
max-
age
partitioned
path
samesite
secure
Web utility
Loading...