transaction.commit() - cieszynski/dberta.js GitHub Wiki

Syntax

TRANSACTION.commit()

Return value

undefined

Description

This method conveniently wraps the commit() method of the IDBTransaction interface. It commits the transaction if it is called on an active transaction. Normally not required.

Exception

InvalidStateError (from IDBTransaction)