Skip to content

putMutable

putMutable<T>(key, file, options): Promise<void>

Defined in: astrobase/src/mutable/mutable.ts:56

Sends a request to save an item of mutable content to all clients asynchronously.

T

The type of the FileBuilder.

string

The key string.

FileBuilder<T>

A FileBuilder instance to save.

PutOptions

Additional PutOptions.

Promise<void>

A promise that resolves when all requests have completed.