Presentation Storage Module
JSON →Augmented.js presentation storage module providing LocalStorage and NamespacedLocalStorage for client-side data persistence. Version 2.5.7 offers a factory pattern (LocalStorageFactory) to create storage instances with optional namespacing. It wraps native localStorage with a simple API (getItem, setItem, removeItem, clear, key, length) and browser support detection. Unlike raw localStorage, it provides namespaced storage to avoid key collisions. Release cadence is low, tied to the Augmented.js project. The library is lightweight with minimal dependencies.
API endpoints
full doc /v1/registry/presentation-storage