Get a promise for a battle video key for the given stamp if available, undefined otherwise.
The stamp that identifies the battle video
A promise for the battle video key, if available
Get a promise for save key for the given stamp if available, undefined otherwise.
The stamp that identifies the save
A promise for the save key, if available
Write a key that has already been added to the store to persistent storage.
The key to persist
Write a key that has already been added to the store to persistent storage.
The key to persist
Set a battle video key. The returned promise is resolved upon completion.
The battle video key to set
A promise that resolves when the operation is complete
Set a given battle video key if a key for the save is not already available. Otherwise merge the given key with the existing one.
The battle video key to set or merge
A promise that resolves when the operation is complete
Set a given save key if a key for the save is not already available. Otherwise merge the given key with the existing one.
The save key to set or merge
A promise that resolves when the operation is complete
Set a save key. The returned promise is resolved upon completion.
The save key to set
A promise that resolves when the operation is complete
Generated using TypeDoc
An object that stores any amount of keys for battle videos and saves and can be used to retrieve them.