caiiiycuk / js-dos

The best API for running dos programs in browser

Home Page:https://js-dos.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autosave game data when dos writes to file

shaylevary opened this issue · comments

Hi,

Currently, after saving a game, I need to click on the jsdos 'disk' icon in order to save the game data to browser cache.
If I forget to click on this "disk" icon and refresh/close browser, it doesn't save my game.

On your documents you've wrote that we should add this js line in order for the auto-save to work:
await dos.layers.save()

Now I've added this code, but it doesn't work.
Can you please publish the full working script code that will enable the js auto-save?

Thanks in advance
Shay

Hi. There is no documentation about auto-save feature. You mentioned docs about triggering save not about auto-save.

Closed as duplicate of #194