So in Godot the way you do this is by storing files in the game folder and then you can write/read to those files using some scripts. How does that work on web? Do you just do the same thing and godot will handle everything for you?
Also how do you save data on the web? The only way to do that is using cookies or external servers, since once you leave the web page everything gets reset and it isn't stored on your computer.