sessionstorage
Browser storage library
Provides a fallback storage solution for temporary data in the browser using alternative APIs when sessionStorage is not available
sessionStorage API which gracefully degrades to window.name & cookies when not available
23 stars
5 watching
5 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gadingnst/simple-webstorage | Utilities to simplify accessing application storage in client browsers | 11 |
seregpie/vuestorage | A plugin that allows Vue applications to store and retrieve data across browser sessions. | 52 |
cyclejs/storage | A Cycle.js driver for interacting with browser storage | 51 |
alekseykulikov/storage | An asynchronous wrapper around localForage that supports multiple storage backends and provides a simple API for storing and retrieving data in a browser | 603 |
maple3142/vuejs-storage | A Vue.js plugin for persisting data in localStorage or sessionStorage. | 121 |
pillowpillow/ng2-webstorage | A library that provides an easy-to-use service to manage local and session storage in Angular applications. | 427 |
yarkovaleksei/vue2-storage | Provides a simple way to store and retrieve data in web applications | 112 |
kid-joker/stokado | A storage proxy library providing getters, setters, serialization, and event listening for various storage types like localStorage and sessionStorage. | 384 |
gvost/vue-browserstore | A lightweight wrapper around browser storage APIs for VueJS applications | 8 |
dsplaisted/pclstorage | Provides portable storage APIs for cross-platform .NET development | 305 |
samtay/so | A command-line interface for searching and interacting with the StackExchange network | 1,362 |
juliomrqz/vue-warehouse | Provides a cross-browser storage solution with support for multiple storage methods and plugins, enabling easy integration with Vue.js applications. | 174 |
thinkjs/think-session-file | Provides a file-based session management system for ThinkJS applications | 0 |
jeromegn/backbone.localstorage | An adapter that replaces Backbone.sync to save data to local storage instead of the server. | 1,890 |
unbug/domsnap | A JavaScript library for persisting HTML DOM state to IndexedDB or WebSQL for offline web applications. | 75 |