HarmonyOS 如何清除web的localStorage

如何清除web的localStorage,经验证removeCache方法没有清除localStoreage。

HarmonyOS
2024-12-27 16:05:47
浏览
收藏 0
回答 1
回答 1
按赞同
/
按时间
FengTianYa

清理Web组件h5往localStorage写的数据

https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/ts-state-management-V5#clear9

参考【应用侧调用前端页面函数】

https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/web-in-app-frontend-page-function-invoking-V5

// H5文件提供一个清理localStorage方法
function clearLocalStorage() {
  localStorage.clear();
}

// 在原生应用中执行这个方法
this.webviewController.runJavaScript('clearLocalStorage()');
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
分享
微博
QQ
微信
回复
2024-12-27 18:03:49


相关问题
HarmonyOS web缓存清除localStorage
685浏览 • 1回复 待解决
HarmonyOS 如何清除Web缓存
642浏览 • 1回复 待解决
如何操作weblocalstorage
737浏览 • 1回复 待解决
HarmonyOS Web如何实现清除缓存
1401浏览 • 1回复 待解决
HarmonyOS 清除Web缓存
1411浏览 • 0回复 待解决
HarmonyOS web清除缓存问题
907浏览 • 1回复 待解决
HarmonyOS Web组件使用localStorage报错
1657浏览 • 1回复 待解决
如何清除Web隐私模式下所有cookie。
1382浏览 • 1回复 待解决
Web组件是否支持浏览器localstorage
1640浏览 • 1回复 待解决
web组件不支持localstorage
1496浏览 • 1回复 待解决
HarmonyOS 如何设置WebviewlocalStorage
530浏览 • 1回复 待解决
HarmonyOS如何清除应用缓存?
664浏览 • 0回复 待解决
HarmonyOS 如何清除文件内容
677浏览 • 1回复 待解决
HarmonyOS 如何修改H5内localstorage
617浏览 • 1回复 待解决