Interface Cookies

Represents a Cookie object

Hierarchy

  • Cookies

Properties

domain: string

The Domain that this cookie belongs to

expires: number

Expiration date of this cookie

flag: string

Whether this cookie has flags, returns mostly "FALSE"

name: string

Name of the cookie

path: string

The domain path

secure: boolean

Whether this cookie is secure

value: string

Value of the cookie

Generated using TypeDoc