HTML 5 Web 数据库发生了什么?
我查看了该网站 http://www.w3.org/TR/webdatabase/我在那里看到了一个巨大的横幅,上面写着
“当心。该规范不再处于主动维护状态,并且 Web 应用程序工作组不打算进一步维护它。”
那是什么意思?我正在考虑使用这个功能来实现一些东西。但如果它不会被标准化(最终),我不想在其中实现一些东西。
你建议我继续努力吗?如果没有,是否有标准化的替代方案?或者这只是另一个已被废弃的规范?
I checked out the site at http://www.w3.org/TR/webdatabase/ and I saw a huge banner there that said
"Beware. This specification is no longer in active maintenance and the Web Applications Working Group does not intend to maintain it further."
What's that supposed to mean? I was thinking of implementing something using this feature. But I don't want to implement something in it if its not going to be standardized(eventually).
Do you suggest that I go ahead working on it? If not, is there an alternative that would be standardized? Or is it just another spec that has been scrapped?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
其含义正如其所言:W3C 已放弃该标准,并且不打算对其进行任何进一步的工作。
您正在寻找 IndexedDB,它正在积极开发中。
It means exactly what it says: the W3C has dropped the standard and isn't planning to do any further work on it.
You're looking for IndexedDB, which is under active development.
从文件中的三段开始:
网络存储
From three paragraphs further on in the document:
Web Storage