Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CookieStorage

Hierarchy

  • CookieStorage

Implements

Index

Properties

cookieRegistry

cookieRegistry: any[]

Accessors

length

  • get length(): number

Methods

clear

  • clear(): void

getItem

  • getItem(sKey: any): string

getSize

  • getSize(key: any): string

hasItem

  • hasItem(sKey: any): boolean

key

  • key(index: number): string

keys

  • keys(): Array<string>

Protected listenCookieChange

  • listenCookieChange(cookieName: any, callback: any): void

onStoreEvent

  • onStoreEvent(callback: Function): void

removeItem

  • removeItem(key: string, sPath?: any, sDomain?: any): boolean

setItem

  • setItem(sKey: any, sValue: any, vEnd?: any, sPath?: any, sDomain?: any, bSecure?: any): void
  • Parameters

    • sKey: any
    • sValue: any
    • Optional vEnd: any
    • Optional sPath: any
    • Optional sDomain: any
    • Optional bSecure: any

    Returns void