Uses of Class
org.teavm.jso.indexeddb.IDBObjectStoreParameters
Packages that use IDBObjectStoreParameters
-
Uses of IDBObjectStoreParameters in org.teavm.jso.indexeddb
Methods in org.teavm.jso.indexeddb that return IDBObjectStoreParametersModifier and TypeMethodDescriptionIDBObjectStoreParameters.autoIncrement(boolean autoIncrement)
static IDBObjectStoreParameters
IDBObjectStoreParameters.create()
Methods in org.teavm.jso.indexeddb with parameters of type IDBObjectStoreParametersModifier and TypeMethodDescriptionIDBDatabase.createObjectStore(String name, IDBObjectStoreParameters optionalParameters)