static IDBRequest |
IDBRequest.$as(Object obj) |
IDBRequest |
IDBObjectStore.add(Object value) |
IDBRequest |
IDBObjectStore.add(Object value,
Object key) |
IDBRequest |
IDBObjectStore.clear() |
IDBRequest |
IDBObjectStore.count() |
IDBRequest |
IDBIndex.count() |
IDBRequest |
IDBObjectStore.count(Object key) |
IDBRequest |
IDBIndex.count(Object key) |
IDBRequest |
IDBCursor.delete() |
IDBRequest |
IDBObjectStore.delete(Object key) |
IDBRequest |
IDBObjectStore.get(Object key) |
IDBRequest |
IDBIndex.get(Object key) |
IDBRequest |
IDBIndex.getKey(Object key) |
IDBRequest |
IDBObjectStore.openCursor() |
IDBRequest |
IDBIndex.openCursor() |
IDBRequest |
IDBIndex.openCursor(IDBKeyRange range) |
IDBRequest |
IDBIndex.openCursor(IDBKeyRange range,
String direction) |
IDBRequest |
IDBObjectStore.openCursor(Object range) |
IDBRequest |
IDBObjectStore.openCursor(Object range,
String direction) |
IDBRequest |
IDBIndex.openKeyCursor() |
IDBRequest |
IDBIndex.openKeyCursor(IDBKeyRange range) |
IDBRequest |
IDBIndex.openKeyCursor(IDBKeyRange range,
String direction) |
IDBRequest |
IDBObjectStore.put(Object value) |
IDBRequest |
IDBObjectStore.put(Object value,
Object key) |
IDBRequest |
IDBCursor.update(Object value) |