Hi,
Just wanted to know.. are the webstorage key unique and shared between apps or based on only one app ? would be good to know so this way i would use a prefix.
Thanks!
Webstorage only works with one app. So a different app can have the same keys and it will be associated to the app.
Using the same key will just overwrite the prior data of the same app.
Develop games in your browser. Powerful, performant & highly capable.
Alright thanks!