I have a unique problem (I believe).

I am using embedded chromium (DCEF3) to render some HTML 5 games on a desktop computer. I need to have information going to an from the browser.

I can use web storage, localstorage to store data from session to session, however, I need that data to also be available to the Delphi part so that I can use that information elsewhere.

1. Is there a way that Delphi can read out values of localstorage?

2. Is there another way I can communicate between the browser and the delphi app?

I thought about using a database. However, the workstations don't have internet access, and even then setting values in an online database to then read them back to the delphi seemed not so elegant faster or reliable.

Any ideas would be helpful. I have put a post on the embedded chromium forum but the forum seems very dead, no activity.