We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndexedDB
localStorage
采用 localForage 库实现 使用 IndexedDB 并不能解决随机端口(多开空间)的同源问题,但是会带来以下优点:
localForage
在汐洛分支,按工作空间执行 “启动时导入初始化 IndexedDB ,退出时导出备份 IndexedDB ” 有效解决了随机端口同源限制导致的储存丢失问题
关联:
The text was updated successfully, but these errors were encountered:
#921 #924
f38cd8c
Soltus
No branches or pull requests
采用
localForage
库实现使用 IndexedDB 并不能解决随机端口(多开空间)的同源问题,但是会带来以下优点:
在汐洛分支,按工作空间执行 “启动时导入初始化 IndexedDB ,退出时导出备份 IndexedDB ” 有效解决了随机端口同源限制导致的储存丢失问题
关联:
The text was updated successfully, but these errors were encountered: