Is there a way where we can clear the localStorage item only on browser closed and not on tab closed.I have been reading many articles and I couldn't find any relevant solution, so thought of asking here.
My requirement is I need to retain the data on localStorage item on tab closed, but need to clear the data on browser closed.
Below code works on both tab and browser closed.
window.onunload = () => {}