I am using localStorage for sharing data across tabs. I need to clear the localStorage whenever the user closes the tab/browser. I am able to achieve that but the thing is if the user directly shutdowns the system or its a system forced shutdown then the localStorage is not getting cleared. Please suggest any solution for this.I am using localStorage for sharing data across