短小精悍的前端缓存插件,解决前端内存泄漏问题
https://github.com/catbea/npm-storage
https://catbea.github.io/npm-storage.github.io
- 这是一个H5的缓存插件,在项目中经常会使用localStorage或sessionStorage来缓存数据,
- 为了使代码更精炼整洁,有经验有能力的开发同学都会对缓存的方法做封装。
- 作者已帮你造好了这个轮子,拿来即用!!!
- 非常开心,您发现了“我”,请放心使用吧!!!
- 一,ssh方式:
git clone [email protected]:catbea/npm-storage.git
- 二,https方式:
git clone https://github.com/catbea/npm-storage.git
首先在html文件中引入js(根据你项目的路径)
<script src="../dist/main.js"></script>
- (提示:众所周知,H5的缓存有两个,一是永久缓存localStorage,二是会话级缓存sessionStorage)
- 在本插件中
- MyLStorage 代表localStorage
- MySStorage 代表sessionStorage
MyLStorage.set(key,value);
MyLStorage.get(key);
MyLStorage.remove(key);
MyLStorage.clear();
https://github.com/catbea/npm-storage/releases
https://github.com/catbea/npm-storage/issues
- 作者本人从事前端数年,热爱前端事业,热衷于为广大前端开发同学做一点小贡献。
- 在这条路上有你有我,一同向前~~~