Interface: BatchCookieResult โ
Defined in: src/core/cookies/batchGetCookies.ts:36
Result for a single cookie spec in batch operation
Properties โ
cookies โ
cookies:
object
[]
Defined in: src/core/cookies/batchGetCookies.ts:45
The cookies retrieved for this spec
domain โ
domain:
string
=CookieDomainSchema
expiry? โ
optional
expiry:number
|Date
|"Infinity"
meta? โ
optional
meta:objectOutputType
<{browser
:ZodOptional
<ZodString
>;decrypted
:ZodOptional
<ZodBoolean
>;file
:ZodOptional
<ZodString
>;httpOnly
:ZodOptional
<ZodBoolean
>;path
:ZodOptional
<ZodDefault
<ZodEffects
<ZodEffects
<ZodString
,string
,string
>,string
,string
>>>;secure
:ZodOptional
<ZodBoolean
>; },ZodUnknown
,"strict"
>
name โ
name:
string
=CookieNameSchema
value? โ
optional
value:any
=CookieValueSchema
error? โ
optional
error:Error
Defined in: src/core/cookies/batchGetCookies.ts:50
Error if the query failed (only when continueOnError is true)
spec โ
spec:
object
Defined in: src/core/cookies/batchGetCookies.ts:40
The original spec that was queried
domain โ
domain:
string
=CookieDomainSchema
name โ
name:
string
=CookieNameSchema