saveVolatile
Same as object.save
but with a delay.
Syntax
object.saveVolatile();
Returns
Promise<void>
: A promise that resolves when the object is saved.
Example
await object.saveVolatile();
Available on: Client Server
Same as object.save
but with a delay.
object.saveVolatile();
Promise<void>
: A promise that resolves when the object is saved.await object.saveVolatile();
Available on: Client Server