@juki-team/commons - v0.1.10
Preparing search index...
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
Optional
http
Only
httpOnly
?:
boolean
name
name
:
string
Optional
partition
Key
partitionKey
?:
string
|
CookiePartitionKey
Optional
partition
Key
Opaque
partitionKeyOpaque
?:
boolean
path
path
:
string
Optional
priority
priority
?:
CookiePriority
Optional
same
Party
sameParty
?:
boolean
Optional
same
Site
sameSite
?:
CookieSameSite
secure
secure
:
boolean
session
session
:
boolean
size
size
:
number
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
domain
expires
http
Only
name
partition
Key
partition
Key
Opaque
path
priority
same
Party
same
Site
secure
session
size
value
@juki-team/commons - v0.1.10
Loading...