IDBRequest object
Represents a request made against a database.
DOM Information
Inheritance Hierarchy
The IDBRequest does not inherit from any class or interface.Members
The IDBRequest object has these types of members:
Properties
The IDBRequest object has these properties.
| Property | Description |
|---|---|
|
Returns an object describing an error condition. | |
|
Defines a function handler that is executed when an error is encountered during a request, a transaction, or other database operation. | |
|
Defines a function handler for the success event, which executes when a request completes successfully. | |
|
Indicates the status of the request. | |
|
Returns the result of a request. | |
|
Returns a reference to the source of a request, such as an object store or a cursor. | |
|
Returns a reference to the transaction associated with the request. |
Standards information
Remarks
Build date: 11/22/2012
