Variable localStorageConst

localStorage: LocalStorage = ...

A localStorage object, similar to the one in the browser except that it stores values as JSON objects, not as strings.

Generated using TypeDoc