IndexedDB工具库
localForage
使用类似localStorage的简单api,但是底层使用的IndexedDB
localforage.setItem('user',user)
localforage.getItem('user').then(user =>{
console.log(user) // 存储数据
})
// 或
const user = await localforage.getItem('user')
Chii
生成一个控制台调试无法打开控制台的浏览器,例如微信公众号文章
1.下载
npm install chii -g
2.使用
chii start -p 8080
3.添加脚本文件到根html
<script src="http://localhost:8080/target.js"></script>
5.点击inspect