goog.db.Transaction.EventTypes
Provided By | |
---|---|
Type | string |
Event types the Transaction can dispatch. COMPLETE events are dispatched when the transaction is committed. If a transaction is aborted it dispatches both an ABORT event and an ERROR event with the ABORT_ERR code. Error events are dispatched on any error.
Values
ABORT | |
---|---|
COMPLETE | |
ERROR |