Function: batchGetCookiesWithResults()
batchGetCookiesWithResults(
specs,options?):Promise<BatchCookieResult[]>
Defined in: core/cookies/batchGetCookies.ts:194
Retrieves multiple cookie specifications with detailed results for each spec
Parameters
specs
object[]
Array of cookie specifications to retrieve
options?
Omit<BatchGetCookiesOptions, "deduplicate"> = {}
Options for batch retrieval
Returns
Promise<BatchCookieResult[]>
Array of batch results with cookies and potential errors
Remarks
Detailed grouping currently matches exact cookie names and domains. Prefer batchGetCookies or individual queries when wildcard names or parent-domain matches matter.