All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elemental2.indexeddb.IDBFactory Maven / Gradle / Ivy

package elemental2.indexeddb;

import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class IDBFactory {
  public native int cmp(Object first, Object second);

  public native IDBOpenDBRequest deleteDatabase(String name);

  public native IDBOpenDBRequest open(String name, double version);

  public native IDBOpenDBRequest open(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy