Uses of Interface
org.teavm.jso.indexeddb.IDBCursorRequest
Packages that use IDBCursorRequest
-
Uses of IDBCursorRequest in org.teavm.jso.indexeddb
Methods in org.teavm.jso.indexeddb that return IDBCursorRequestModifier and TypeMethodDescriptionabstract IDBCursorRequest
IDBIndex.openCursor()
abstract IDBCursorRequest
IDBIndex.openCursor(IDBKeyRange range)
abstract IDBCursorRequest
IDBObjectStore.openCursor()
abstract IDBCursorRequest
IDBObjectStore.openCursor(IDBKeyRange range)
abstract IDBCursorRequest
IDBIndex.openKeyCursor()