stores key/value pair data in the browser.
According to usage requirement, two possibilities of storage are available. First, there is the persistent storage with the
LocalStorage API. The data are shared between different tab
and can be deleted only by the application or by the user.
Second, in case of temporary storage with the SessionStorage
API, the data are deleted when the tab is closed.