I use INI extension for my Windows game. While porting game on HTML5 for itch.io i understand that i cannot start new game, because HTML5 doesn't support File extension. So i cannot delete a save.ini file.
I need a way to clear save.ini to blank. Any suggestions?
P.s. my personal thought is to make new save every time player start new game. Like save1.ini, save2.ini etc. But if there is a way to clear browser cache or wipe ini file (so i will always use same save.ini) i would like to know