quick-musician-29561
02/03/2024, 6:17 PMjs
window.addEventListener('beforeunload', function() {
sessionStorage.clear();
});
It removes all data stored in it for that session, and the data will not persist across page reloads or in different browser tabs/windows.
https://discord.com/channels/1108396290624213082/1108396291060408352/1197059596141985802