load
The load
action sends a retrieval request to Galaxy to get the cloud save data inside a certain save slot. The actual save data will then be retrieved through the save_content
response.
returning response
parameters
slot
(number)
The save slot number. Must be an integer between 0 and 10, inclusive.
example
window.top.postMessage({
action: "load",
slot: 0,
}, "https://galaxy.click");