Uses of Class
org.teavm.jso.indexeddb.IDBObjectStore
Packages that use IDBObjectStore
-
Uses of IDBObjectStore in org.teavm.jso.indexeddb
Methods in org.teavm.jso.indexeddb that return IDBObjectStoreModifier and TypeMethodDescriptionIDBDatabase.createObjectStore(String name)
IDBDatabase.createObjectStore(String name, IDBObjectStoreParameters optionalParameters)
IDBTransaction.objectStore(String name)