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 TypeMethodDescriptionfinal IDBObjectStoreParametersIDBObjectStoreParameters.autoIncrement(boolean autoIncrement) static IDBObjectStoreParametersIDBObjectStoreParameters.create()final IDBObjectStoreParametersMethods in org.teavm.jso.indexeddb with parameters of type IDBObjectStoreParametersModifier and TypeMethodDescriptionIDBDatabase.createObjectStore(String name, IDBObjectStoreParameters optionalParameters)