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

elemental2.indexeddb.IndexedDbWindow Maven / Gradle / Ivy

package elemental2.indexeddb;

import elemental2.dom.Window;
import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
import jsinterop.base.Js;

@JsType(isNative = true, name = "Window", namespace = JsPackage.GLOBAL)
public class IndexedDbWindow extends Window {
  @JsOverlay
  public static IndexedDbWindow of(Window o) {
    return Js.cast(o);
  }

  public IDBFactory mozIndexedDB;
  public IDBFactory moz_indexedDB;
  public IDBFactory msIndexedDB;
  public IDBFactory webkitIndexedDB;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy