IDBRequest
The IDBRequest
interface of the IndexedDB API provides access to results of asynchronous requests to databases and database objects using event handler attributes.
Inheritors
Properties
Link copied to clipboard
The error
read-only property of the request.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The readyState
read-only property of the Every request starts in the pending
state.
Link copied to clipboard
Link copied to clipboard
The transaction
read-only property of the IDBRequest interface returns the transaction for the request, that is, the transaction the request is being made inside.