webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
IDBRequest Interface Reference

import"interfaces.idl";

Inheritance diagram for IDBRequest:
EventTarget EventTarget IDBOpenDBRequest IDBOpenDBRequest

Public Member Functions

readonly attribute (IDBObjectStore or IDBIndex or IDBCursor)? source
 
readonly attribute (IDBCursor or IDBDatabase or any)? result
 
readonly attribute (IDBObjectStore or IDBIndex or IDBCursor)? source
 
- Public Member Functions inherited from EventTarget
void addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false)
 
void removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false)
 
boolean dispatchEvent (Event event)
 

Public Attributes

readonly attribute any result
 
readonly attribute DOMException error
 
readonly attribute IDBTransaction transaction
 
readonly attribute IDBRequestReadyState readyState
 
attribute EventHandler onsuccess
 
attribute EventHandler onerror
 
readonly attribute DOMError error
 

Member Function Documentation

◆ attribute() [1/3]

readonly IDBRequest::attribute ( IDBObjectStore or IDBIndex or  IDBCursor)

◆ attribute() [2/3]

readonly IDBRequest::attribute ( IDBCursor or IDBDatabase or  any)

◆ attribute() [3/3]

readonly IDBRequest::attribute ( IDBObjectStore or IDBIndex or  IDBCursor)

Member Data Documentation

◆ error [1/2]

readonly attribute DOMException IDBRequest::error

◆ error [2/2]

readonly attribute DOMError IDBRequest::error

◆ onerror

attribute EventHandler IDBRequest::onerror

◆ onsuccess

attribute EventHandler IDBRequest::onsuccess

◆ readyState

readonly attribute IDBRequestReadyState IDBRequest::readyState

◆ result

readonly attribute any IDBRequest::result

◆ transaction

readonly attribute IDBTransaction IDBRequest::transaction

The documentation for this interface was generated from the following files: