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
看了你的代码,想法不错。利用了多个域的localstorage来存储数据。但是你readme.md里面说存储电影就有点不现实了,因为localstorage.setItem会直接报错的,因为电影比较大,比如10MB,就算你遍历所有的proxy都存储不了的。把数据做切分倒是一个想法了,这种情况还是用Web SQL DataBase比较好
localstorage.setItem
Web SQL DataBase
The text was updated successfully, but these errors were encountered:
No branches or pull requests
看了你的代码,想法不错。利用了多个域的localstorage来存储数据。但是你readme.md里面说存储电影就有点不现实了,因为
localstorage.setItem
会直接报错的,因为电影比较大,比如10MB,就算你遍历所有的proxy都存储不了的。把数据做切分倒是一个想法了,这种情况还是用Web SQL DataBase
比较好The text was updated successfully, but these errors were encountered: