Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LocalStorage

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

getItem

  • getItem(key: string): Promise<string | null>

getJSON

  • getJSON(key: string): Promise<object | null>

setItem

  • setItem(key: string, value: string): Promise<void>

setJSON

  • setJSON(key: string, jsonObj: object): Promise<void>

Generated using TypeDoc