Preparing search index...
The search index is not available
@juki-team/commons - v0.0.826
@juki-team/commons
Cookie
Interface Cookie
interface
Cookie
{
domain
:
string
;
expires
:
number
;
httpOnly
:
boolean
;
name
:
string
;
partitionKey
?:
string
|
CookiePartitionKey
;
partitionKeyOpaque
?:
boolean
;
path
:
string
;
priority
?:
CookiePriority
;
sameParty
?:
boolean
;
sameSite
?:
CookieSameSite
;
secure
:
boolean
;
session
:
boolean
;
size
:
number
;
value
:
string
;
}
Index
Properties
domain
expires
http
Only
name
partition
Key?
partition
Key
Opaque?
path
priority?
same
Party?
same
Site?
secure
session
size
value
Properties
domain
domain
:
string
expires
expires
:
number
http
Only
http
Only
:
boolean
name
name
:
string
Optional
partition
Key
partition
Key
?:
string
|
CookiePartitionKey
Optional
partition
Key
Opaque
partition
Key
Opaque
?:
boolean
path
path
:
string
Optional
priority
priority
?:
CookiePriority
Optional
same
Party
same
Party
?:
boolean
Optional
same
Site
same
Site
?:
CookieSameSite
secure
secure
:
boolean
session
session
:
boolean
size
size
:
number
value
value
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
domain
expires
http
Only
name
partition
Key
partition
Key
Opaque
path
priority
same
Party
same
Site
secure
session
size
value
@juki-team/commons - v0.0.826
Loading...