This documentation is archived and is not being maintained.
onsuccess property
Defines a function handler for the success event, which executes when a request completes successfully.
This property is read/write.
Syntax
| JavaScript |
object.onsuccess = ptr
ptr = object.onsuccess
|
Property values
Type: Function
A reference to the function.
Standards information
See also
-
IDBRequest