local-storage-fallback
Check and use appropriate storage adapter for browser (localStorage, sessionStorage, cookies, memory)
ember-local-storage
The addon provides an ember-data adapter and a storageFor computed property that persists the changes to localStorage or sessionStorage.
@vegajs/storage
A flexible and type-safe storage service adapter for TypeScript and JavaScript. Supports various storage mechanisms like localStorage, query strings, and mock storage with both asynchronous and synchronous APIs.