gpt4 book ai didi

ios - 为什么 iOS 8.4 上的 Chrome 说 indexedDB 为空? Safari 有它

转载 作者:行者123 更新时间:2023-11-28 21:38:43 24 4
gpt4 key购买 nike

在 iOS 8.4 (iPad Air) 上,我可以在 Safari 中使用 IndexedDB,但在 Chrome 中,它说它是空的。相反,它有 WebSQL。

为什么会这样?有什么方法可以在 Chrome iOS 上获取 IndexedDB 还是没有添加? (奇怪的是它返回 null 而不是 undefined)。

//Returns null
console.log( window.indexedDB );
console.log( window.webkitIndexedDB );

//Returns undefined
console.log( window.mozIndexedDB );
console.log( window.OIndexedDB );
console.log( window.msIndexedDB );

最佳答案

这是因为Chrome使用的是WebView,而不是iOS8新增的WkWebView

iOS WebView 不支持 indexedDb(它在那里是只读的,所以即使通过 websql 启用 indexedDb 的 polyfill 也不起作用)

您可以在此处找到有关 Chrome 问题跟踪器的更多信息:https://code.google.com/p/chromium/issues/detail?id=423444

关于ios - 为什么 iOS 8.4 上的 Chrome 说 indexedDB 为空? Safari 有它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32915819/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com