On this page
Properties

Interface IDBTransactionEventMap

interface IDBTransactionEventMap {
    abort: Event;
    complete: Event;
    error: Event;
}
Index

Properties

Properties

abort: Event
complete: Event
error: Event
Was this helpful?
SDK JS
Reference
IDBTransactionEventMap