error property
The IDBTransaction.error property of the IDBTransaction interface
returns the type of error when there is an unsuccessful transaction.
Implementation
external DOMException? get error;
The IDBTransaction.error property of the IDBTransaction interface
returns the type of error when there is an unsuccessful transaction.
external DOMException? get error;