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.