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.
Type Parameters
Section titled “Type Parameters”T
The type of the FileBuilder.
Parameters
Section titled “Parameters”string
The key string.
FileBuilder
<T
>
A FileBuilder instance to save.
options
Section titled “options”Additional PutOptions.
Returns
Section titled “Returns”Promise
<void
>
A promise that resolves when all requests have completed.