Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Misc/getLocalStorage

Index

Functions

Functions

getLocalStorage

  • Adapter to connect a GenericStorage object to the window.localStorage API. You may create multiple localStorage links using different namespaces.

    Keep in mind that everything you store in the GenericStorage object will be put into a JSON object when it is stored in the browser's localStorage; so you can not store object instances in it.

    Parameters

    • Optional namespace: string

    Returns GenericStorage

Generated using TypeDoc