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 int
cmp
(org.teavm.jso.JSObject a, org.teavm.jso.JSObject b) abstract IDBOpenDBRequest
deleteDatabase
(String name) static IDBFactory
static boolean
abstract IDBOpenDBRequest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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)
-