Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 712 Bytes

tough-cookie.cookie.serializableproperties.md

File metadata and controls

13 lines (8 loc) · 712 Bytes

Home > tough-cookie > Cookie > serializableProperties

Cookie.serializableProperties property

Cookie properties that will be serialized when using Cookie.fromJSON() and Cookie.toJSON().

Signature:

static serializableProperties: readonly ["key", "value", "expires", "maxAge", "domain", "path", "secure", "httpOnly", "extensions", "hostOnly", "pathIsDefault", "creation", "lastAccessed", "sameSite"];