HarmonyOS webview是否支持indexDB存储

HarmonyOS  webview是否支持indexDB存储。

HarmonyOS
2024-09-05 10:16:07
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
zxjiu

支持。

window.indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB; 
window.IDBTransaction  = window.IDBTransaction || window.webkitIDBTransaction || window.msIDBTransaction 
window.IDBKeyRange= window.IDBKeyRange || window.webkitIDBKeyRange || msIDBKeyRange 
 
if(!window.indexedDB){ 
  console.log('不支持indexedDB存储') 
}else{ 
  console.log('支持indexedDB存储') 
}
分享
微博
QQ
微信
回复
2024-09-05 16:20:22
相关问题
HarmonyOS webview是否支持CodeCache
35浏览 • 1回复 待解决
webview是否支持CodeCache
856浏览 • 1回复 待解决
HarmonyOS webview是否支持跨域
77浏览 • 1回复 待解决
webview是否支持预览pdf
1291浏览 • 1回复 待解决
Webview是否支持定位功能?
704浏览 • 1回复 待解决
webview是否支持同层渲染
1885浏览 • 1回复 待解决
HarmonyOS webView是否支持使用three.js
57浏览 • 1回复 待解决
WebView是否支持quic备份、弱网quic能力
1542浏览 • 1回复 待解决
WebView支持设置WebView圆角吗?
948浏览 • 1回复 待解决
是否支持使用第三方的webview内核
1167浏览 • 1回复 待解决
webview对CodeCache支持程度
649浏览 • 1回复 待解决
WebView支持页面缩放吗?
962浏览 • 1回复 待解决
HarmonyOS Webview 支持设置代理功能吗?
160浏览 • 1回复 待解决
HarmonyOS 如何检测webview滚动是否触底
459浏览 • 1回复 待解决
WebView支持省流量模式吗?
692浏览 • 1回复 待解决
HarmonyOS 是否支持webrtc
418浏览 • 1回复 待解决