gpt4 book ai didi

javascript - 有什么方法可以检测用户是否从本地存储中删除了任何项目

转载 作者:行者123 更新时间:2023-12-03 01:31:45 25 4
gpt4 key购买 nike

我正在使用reactJS开发一个网络应用程序,并且我正在使用本地存储来存储临时数据,如果从本地存储中删除了任何这些数据,我想将用户注销。

最佳答案

来自MDN

Responding to storage changes with the StorageEvent

The StorageEvent is fired whenever a change is made to the Storage object (note that this event is not fired for sessionStorage changes). This won't work on the same page that is making the changes — it is really a way for other pages on the domain using the storage to sync any changes that are made. Pages on other domains can't access the same storage objects.

在事件页面(see events.js)唯一的 JavaScript 如下:

window.addEventListener('storage', function(e) {  
.....
});

关于javascript - 有什么方法可以检测用户是否从本地存储中删除了任何项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51265019/

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