From what I've read of web storage in HTML5, there are a numbe开发者_Go百科r of different storage options with varying support across different browsers.
Are there any popular libraries for abstraction of web storage in HTML5 applications?
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.
精彩评论