This documentation is archived and is not being maintained.
onabort property
Defines a function handler for the abort event, which executes when the transaction is canceled.
This property is read/write.
Syntax
| JavaScript |
object.onabort = ptr
ptr = object.onabort
|
Property values
Type: Function
A reference to the function.
Standards information
See also
-
IDBTransaction