正如我在此页面的评论中看到的那样,我无法理解Chrome是否真的支持IndexedDB。
我要为 chrome/opera/firefox 编写一个用户脚本,并决定不使用localstorage,我只想尝试 IndexedDB 而不是 localstorage,但在开始编写脚本之前,我必须知道
哪些版本的 chrome/opera/firefox 支持 IndexedDb?
谢谢。
Can I Use 有最好的可用摘要。
哪些版本的 chrome/opera/firefox 支持 IndexedDb?
完全支持的浏览器摘要。
Chrome:版本 11 以后
Opera : 版本 15 以后
Firefox : 版本 4 以后
为了更好地衡量,IE:版本 10 及以上
根据https://developer.mozilla.org/en/IndexedDB,Chrome 12 和 Firefox 4.0 支持异步 API。
http://caniuse.com/#search=indexeddb
对所有其他 HTML5 功能也很有用