2.0.0-alpha.1 • Published 5 years ago

@neq1/local-storage v2.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Local Storage

A component of N=1. Source code is available at GitHub.

This component implements function loadFromLocalStorage(prefix: string, key: string) and function saveToLocalStorage(prefix: string, key: string, value: ParamValue) for storing Params

Params will call this using the Params name for the prefix so the Params name should be unique within each browser.