Load a state for the current running emulator and game.
const nostalgist = await Nostalgist.nes('flappybird.nes') // save the stateconst { state } = await nostalgist.saveState(state) // load the stateawait nostalgist.loadState(state)
state
type: Blob
Blob
The state file to be loaded.