HTML5 web storage abstraction libraries

雨燕双飞 提交于 2019-12-20 06:11:04

问题


From what I've read of web storage in HTML5, there are a number of different storage options with varying support across different browsers.

Are there any popular libraries for abstraction of web storage in HTML5 applications?


回答1:


There are a couple of YUI-based libraries for abstracting the underlying storage away:

  • YUI 2: Storage Utility
  • YUI 3: Storage Lite

You'd need to port them if you wanted to use them with another library, though it looks like someone has already done that for jQuery.



来源:https://stackoverflow.com/questions/7385854/html5-web-storage-abstraction-libraries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!