HTML5 web storage abstraction libraries

前端 未结 1 1625
猫巷女王i
猫巷女王i 2021-01-28 10:47

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 libra

1条回答
  •  春和景丽
    2021-01-28 11:28

    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.

    0 讨论(0)
提交回复
热议问题