get Local Storage
LocalStorage RestAPI
Allows to persist data across different browser.
Since we cannot rely on the browser's localStorage we have to implement our own. This is a simple key-value store.
Especially because we have not enabled the CEF local storage