Javascript – How to implement tab-dependent storage?
I'm trying to store some data through localStorage so I can load it again in the same page of a web if this page is refreshed. Imagine a user writing a comment, he refreshes the page and I want to…