After using "System Save" action, in a "On Save Complete" event SaveStateJSON expression will contain all the saved data. You can download it with "Browser invoke download" action.
To load game from the file, you need to first get the file URL using FileChooser object, and then load it with "System Load from JSON" action.