正如我在this page的评论中所看到的,如果 chrome 支持 IndexedDB ,我无法理解。
我要为chrome / opera / firefox写一个用户脚本,并决定不使用 localstorage ,我只想尝试使用IndexedDB而不是localstorage,但在开始编写脚本之前,我有知道
哪个版本的chrome / opera / firefox支持IndexedDb?
感谢。
答案 0 :(得分:11)
我可以使用the best summary available。
哪些版本的chrome / opera / firefox支持IndexedDb?
完全支持的浏览器摘要。
Chrome :版本11以后
Opera :版本15以后
Firefox :版本4以后
为了更好的衡量标准, IE :版本10向前
答案 1 :(得分:1)
根据https://developer.mozilla.org/en/IndexedDB,Chrome版本12和Firefox 4.0支持异步API。
答案 2 :(得分:1)
http://caniuse.com/#search=indexeddb
对所有其他HTML5功能也很有用