webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"interfaces.idl";
Public Member Functions | |
IDBObjectStore | objectStore (DOMString name) |
void | abort () |
IDBObjectStore | objectStore (DOMString name) |
void | abort () |
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 DOMStringList | objectStoreNames |
readonly attribute IDBTransactionMode | mode |
readonly attribute IDBDatabase | db |
readonly attribute DOMException | error |
attribute EventHandler | onabort |
attribute EventHandler | oncomplete |
attribute EventHandler | onerror |
readonly attribute DOMError | error |
void IDBTransaction::abort | ( | ) |
void IDBTransaction::abort | ( | ) |
IDBObjectStore IDBTransaction::objectStore | ( | DOMString | name | ) |
IDBObjectStore IDBTransaction::objectStore | ( | DOMString | name | ) |
readonly attribute IDBDatabase IDBTransaction::db |
readonly attribute DOMException IDBTransaction::error |
readonly attribute IDBTransactionMode IDBTransaction::mode |
readonly attribute DOMStringList IDBTransaction::objectStoreNames |
attribute EventHandler IDBTransaction::onabort |
attribute EventHandler IDBTransaction::oncomplete |
attribute EventHandler IDBTransaction::onerror |