webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"interfaces.idl";
Public Attributes | |
attribute EventHandler | onblocked |
attribute EventHandler | onupgradeneeded |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
readonly | attribute (IDBObjectStore or IDBIndex or IDBCursor)? source |
readonly | attribute (IDBCursor or IDBDatabase or any)? result |
readonly | attribute (IDBObjectStore or IDBIndex or IDBCursor)? source |
![]() | |
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) |
attribute EventHandler IDBOpenDBRequest::onblocked |
attribute EventHandler IDBOpenDBRequest::onupgradeneeded |