Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SessionStorage

Hierarchy

  • SessionStorage

Implements

Index

Accessors

length

  • get length(): number

Methods

clear

  • clear(): void

getItem

  • getItem(key: string): any

getSize

  • getSize(key: any): string

key

  • key(index: number): string

onStoreEvent

  • onStoreEvent(callback: Function): void

removeItem

  • removeItem(key: string): void

setItem

  • setItem(key: string, data: string): void