Hello, first time poster so please be patient
I'm trying to embed a game in a website with an iframe, and have a way to send/receive messages to/from the game.
From my understanding the implementation of the LocalStorage of Construct 3 is the IndexedDB for the browser, but after messing a bit around it I removed the "keyvaluepair" object store and is not being created again by the game.
1) How to fix the issue? Should I just manually create the object store again?
2) If there is any, what is a cleaner way to do this kind of interaction between the browser and the information of the game? Is the LocalStorage the way or are there other components I am missing?
Thank you in advance
(This question could have been already asked by me, but for some reason the post was not published :( )