Cross-browser storage for all use cases, used across the web.
-
Updated
Jan 16, 2024 - JavaScript
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
localStorage
data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage
returns a different object than localStorage
for the corresponding site loaded over HTTPS (e.g., https://example.com).
Cross-browser storage for all use cases, used across the web.
💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
Simple and fast JSON database
An AngularJS module that gives you access to the browsers local storage with cookie fallback
💾 Persist and rehydrate your Vuex state between page reloads.
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
A step by step guide to learn JavaScript and programming. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.
⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage!
HTML Basics ( HTML-5 )
基于vue2.0+vuex+localStorage+sass+webpack,实现一个本地存储的记事本。兼容PC端和移动端。
JavaScript workshop (forms, inputs, regex, ajax, localstorage etc)
Fully-featured, beautiful web interface for Ollama LLMs - built with NextJS. Deploy with a single click.
This driver allows Kubernetes to access LocalStorage on Linux node.
对localStorage 和sessionStorage 进行了扩展,添加了超时时间,序列化方法
⬡ JavaScript client library for integrating remoteStorage in apps
A simple, lightweight JavaScript API for handling browser localStorage , it is easy to pick up and use, has a reasonable footprint 2.36kb(gzipped: 1.04kb), and has no dependencies.
📡 BroadcastChannel to send data between different browser-tabs or nodejs-processes 📡 + LeaderElection over the channels https://pubkey.github.io/broadcast-channel/