Preparing search index...
The search index is not available
binden
binden
Cookie
Class Cookie
Implements
ICookie
Index
Constructors
constructor
Accessors
domain
expires
http_
only
key
max_
age
path
same_
site
secure
value
Methods
to
String
from
String
Constructors
constructor
new
Cookie
(
__namedParameters
:
ICookie
)
:
Cookie
Parameters
__namedParameters
:
ICookie
Returns
Cookie
Accessors
domain
get
domain
()
:
null
|
string
Returns
null
|
string
expires
get
expires
()
:
null
|
Date
Returns
null
|
Date
http_
only
get
http_only
()
:
boolean
Returns
boolean
key
get
key
()
:
string
Returns
string
max_
age
get
max_age
()
:
null
|
number
Returns
null
|
number
path
get
path
()
:
null
|
string
Returns
null
|
string
same_
site
get
same_site
()
:
"Lax"
|
"None"
|
"Strict"
Returns
"Lax"
|
"None"
|
"Strict"
secure
get
secure
()
:
boolean
Returns
boolean
value
get
value
()
:
string
Returns
string
Methods
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Static
from
String
fromString
(
input
?:
string
)
:
Cookie
[]
Parameters
Optional
input
:
string
Returns
Cookie
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
domain
expires
http_
only
key
max_
age
path
same_
site
secure
value
Methods
to
String
from
String
binden
Loading...
Returns a string representation of an object.