Package org.teavm.jso.indexeddb
Class IDBFactory
java.lang.Object
org.teavm.jso.indexeddb.IDBFactory
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intcmp(org.teavm.jso.JSObject a, org.teavm.jso.JSObject b) abstract IDBOpenDBRequestdeleteDatabase(String name) static IDBFactorystatic booleanabstract IDBOpenDBRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
IDBFactory
public IDBFactory()
-
-
Method Details
-
isSupported
public static boolean isSupported() -
getInstance
-
open
-
deleteDatabase
-
cmp
public abstract int cmp(org.teavm.jso.JSObject a, org.teavm.jso.JSObject b)
-