if the user clears it? like below
window.localStorage.setItem("name", "Hello")
window.addEventListener('storage', function (e) {
window.localStorage.setItem("name", "Hello")
});
You need to poll the storage with a setInterval
possible to received edit event?
Обсуждают сегодня