Skip to content

Latest commit

 

History

History
114 lines (51 loc) · 1.49 KB

tough-cookie.serializedcookiejar.md

File metadata and controls

114 lines (51 loc) · 1.49 KB

Home > tough-cookie > SerializedCookieJar

SerializedCookieJar interface

A JSON representation of a CookieJar.

Signature:

export interface SerializedCookieJar 

Properties

Property

Modifiers

Type

Description

cookies

SerializedCookie[]

The list of Cookie values serialized as JSON objects.

rejectPublicSuffixes

boolean

The value of CreateCookieJarOptions.rejectPublicSuffixes configured on the CookieJar.

storeType

string | null

The name of the store used during serialization.

version

string

The version of tough-cookie used during serialization.