Skip to main content

push

push(data): Promise<void>

Pushes the data to the CausaDB server.

Parameters

NameTypeDescription
dataanyThe new data.

Returns

Promise<void>

Promise that resolves when the data has been added.

Throws

If the server request fails.