Whoopie - v0.0.2
Preparing search index...
parseCookies
Function parseCookies
parseCookies
(
cookie
:
string
|
readonly
string
[]
|
null
|
undefined
,
)
:
Record
<
string
,
string
>
Parses cookie string as a name-value record.
Parameters
cookie
:
string
|
readonly
string
[]
|
null
|
undefined
The
Cookie
header value or
Document.cookie
.
Returns
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Whoopie - v0.0.2
Loading...
Parses cookie string as a name-value record.