Webkit 本地存储限制和选项
我正在研究实现本地存储 html5/js(离线)解决方案来存储 Web 应用程序数据的最佳方法。
我有几个问题:
- 你能存储多少?这会因设备而异吗? IE。 iPad 或 iPad 2.
- 您可以使用哪种包装器来 CRUD 数据?
- 有超过 3000 件物品和图片,什么是最好的方式 存储图像?
所以基本上我有大量的数据需要能够存储在离线 webkit 设备上,并且我正在寻找管理所有数据的最佳解决方案。谢谢!
I am researching the best way to implement a local storage html5/js (offline) solution to store web application data.
A few concerns I have:
- How much can you store? And does this vary based on the device? Ie.
iPad or iPad 2. - What kind of wrappers can you utilize to CRUD the data?
- With over 3000 items and pictures, what will be the best way to
store images?
So basically I have a ton of data that I need to be able to store on an offline webkit device and I'm looking for the best solution to manage all of it. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于设备当前处理离线存储的方式来说,三千个项目(特别是如果其中许多项目是照片)就太多了。
检查这些资源以了解如何处理 HTML5 离线存储...
http://diveintohtml5.ep.io/offline。 html
http://hacks.mozilla.org/2010/01/offline-web-applications/
另请参阅 Google Chrome 中最新的文件处理 API 内容。真正令人敬畏的“即将发生的事情”资源。
http://www.html Fivewow.com
Three thousand items (especially if many of the items are photos) is a lot for offline storage the way devices currently handle it.
Check these resources for how to handle HTML5 offline storage...
http://diveintohtml5.ep.io/offline.html
http://hacks.mozilla.org/2010/01/offline-web-applications/
Also see the latest file handling API stuff in Google Chrome. Truly awesome "what's coming" resource.
http://www.htmlfivewow.com