webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for IDBDatabase, including all inherited members.
addEventListener([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) | EventTarget | |
close() | IDBDatabase | |
close() | IDBDatabase | |
createObjectStore(DOMString name, optional IDBObjectStoreParameters options) | IDBDatabase | |
createObjectStore(DOMString name, optional IDBObjectStoreParameters parameters) | IDBDatabase | |
deleteObjectStore(DOMString name) | IDBDatabase | |
deleteObjectStore(DOMString name) | IDBDatabase | |
dispatchEvent(Event event) | EventTarget | |
name | IDBDatabase | |
objectStoreNames | IDBDatabase | |
onabort | IDBDatabase | |
onclose | IDBDatabase | |
onerror | IDBDatabase | |
onversionchange | IDBDatabase | |
removeEventListener([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) | EventTarget | |
transaction((DOMString or sequence< DOMString >) storeNames, optional IDBTransactionMode mode="readonly") | IDBDatabase | |
transaction((DOMString or sequence< DOMString >) storeNames, optional IDBTransactionMode mode="readonly") | IDBDatabase | |
transaction(DOMStringList storeNames, optional IDBTransactionMode mode="readonly") | IDBDatabase | |
version | IDBDatabase |