Hey!
I found this in the manual:
"To do this, use the Save to JSON system action instead. Then when On save complete triggers, you can use the SaveStateJSON system expression to get a string of the save data in JSON format. You can then save this somewhere else, and later retrieve it again and then load it with the Load from JSON system action."
But I don't know how to access it trough javascript. Can somebody help?