Sunday, November 28, 2021

Web storage

One of the interesting capability of javascript is, it allows you to store data on client side. The only thing you need to do is storing your data in key value-string pairs. localStorage.setItem('key',JSON.stringify({"data":"object"})); The limitation however is the size is 5mb at most.

No comments:

Be human

The biggest mistake repeated throughout history has always been people in power thinking they have the right to harm the innocent for what t...