IDBOpenDBRequest
Also inherits methods from its parents IDBRequest and EventTarget.
Properties
Link copied to clipboard
Link copied to clipboard
When a request is completed, returns the error (a DOMException), or null if the request succeeded. Throws a "InvalidStateError" DOMException if the request is still pending.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns "pending" until a request is complete, then returns "done".
Link copied to clipboard
When a request is completed, returns the result, or undefined if the request failed. Throws a "InvalidStateError" DOMException if the request is still pending.
Link copied to clipboard
open override val successEvent: EventInstance<IDBVersionChangeEvent, IDBOpenDBRequest, IDBOpenDBRequest>
Link copied to clipboard
Returns the IDBTransaction the request was made within. If this as an open request, then it returns an upgrade transaction while it is running, or null otherwise.
Link copied to clipboard