db.write() - cieszynski/dberta.js GitHub Wiki

Syntax

DBCONNECTION.write(...args)
Create a transaction for one or more object stores for read-and-write actions. All specified object stores can be accessed during this transaction.

Parameters

string1, ...stringN
One or more object store name(s) as string.

Return value

A Promise that resolves to a read-only transction (TRANSACTION).

Exceptions