#

LocalStorage

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).

https://static.github-zh.com/github_avatars/localForage?size=40

💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.

JavaScript 25.59 k
1 年前
pubkey/rxdb
https://static.github-zh.com/github_avatars/pubkey?size=40
TypeScript 22.67 k
18 小时前
https://static.github-zh.com/github_avatars/typicode?size=40

lowdb 是一个基于 JSON 文件的本地数据库,用于 JavaScript 项目

JavaScript 22.29 k
2 个月前
https://static.github-zh.com/github_avatars/marcuswestin?size=40
JavaScript 14.03 k
2 年前
https://static.github-zh.com/github_avatars/mrousavy?size=40
C++ 7.55 k
2 天前
https://static.github-zh.com/github_avatars/robinvdvleuten?size=40

💾 Persist and rehydrate your Vuex state between page reloads.

JavaScript 5.74 k
4 年前
https://static.github-zh.com/github_avatars/sunnylqm?size=40

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.

JavaScript 3.04 k
3 个月前
https://static.github-zh.com/github_avatars/grevory?size=40

An AngularJS module that gives you access to the browsers local storage with cookie fallback

JavaScript 2.82 k
8 年前
https://static.github-zh.com/github_avatars/yichuan-w?size=40

#大语言模型#RAG on Everything with LEANN. Enjoy 97% storage savings while running a fast, accurate, and 100% private RAG application on your personal device.

Python 2.62 k
4 小时前
franciscop/brownies
https://static.github-zh.com/github_avatars/franciscop?size=40

🍫 Tastier cookies, local, session, and db storage in a tiny package. Includes subscribe() events for changes.

JavaScript 2.38 k
6 年前
https://static.github-zh.com/github_avatars/remotestorage?size=40
JavaScript 2.37 k
5 天前
https://static.github-zh.com/github_avatars/pubkey?size=40

📡 BroadcastChannel to send data between different browser-tabs or nodejs-processes 📡 + LeaderElection over the channels https://pubkey.github.io/broadcast-channel/

JavaScript 1.95 k
2 天前
nbubna/store
https://static.github-zh.com/github_avatars/nbubna?size=40

A better way to use localStorage and sessionStorage

JavaScript 1.94 k
7 个月前
https://static.github-zh.com/github_avatars/FoedusProgramme?size=40

#安卓#A sane music player built with media3 and material design library that is following android's standard strictly.

Kotlin 1.66 k
10 小时前
https://static.github-zh.com/github_avatars/saadeghi?size=40

Change CSS theme with toggle, buttons or select using CSS custom properties and localStorage

JavaScript 1.65 k
2 年前
https://static.github-zh.com/github_avatars/donavon?size=40

A custom React Hook that provides a multi-instance, multi-tab/browser shared and persistent state.

JavaScript 1.38 k
2 年前
https://static.github-zh.com/github_avatars/FrigadeHQ?size=40

remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and back...

TypeScript 1.34 k
1 年前
https://static.github-zh.com/github_avatars/Blazored?size=40

A library to provide access to local storage in Blazor applications

C# 1.33 k
1 年前
loading...