我需要实现 HTML5 本地存储,并为浏览器中没有此功能的用户提供支持。
在做了一些研究之后,我在这里找到了这篇文章,它提供了我所需要的东西。在解决方案中,有人提到了 PersistJS,它有很多备用方法可以在 localStorage 失败时保存数据。
我的问题是,这个库还能正常工作吗?(存储库超过 2 年没有更新)。
而且,也许有更新的替代方案来实现这一目标?
非常感谢。
我需要实现 HTML5 本地存储,并为浏览器中没有此功能的用户提供支持。
在做了一些研究之后,我在这里找到了这篇文章,它提供了我所需要的东西。在解决方案中,有人提到了 PersistJS,它有很多备用方法可以在 localStorage 失败时保存数据。
我的问题是,这个库还能正常工作吗?(存储库超过 2 年没有更新)。
而且,也许有更新的替代方案来实现这一目标?
非常感谢。
For such questions always take a look at https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills which lists polyfills for almost every new feature.
Which contains a list for LocalStorage as well https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills#web-storage-localstorage-and-sessionstorage
In particular, this one seems active: https://github.com/marcuswestin/store.js