elemental2.indexeddb.IDBCursorWithValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elemental2-indexeddb Show documentation
Show all versions of elemental2-indexeddb Show documentation
Thin Java abstractions for the IndexedDB APIs
package elemental2.indexeddb;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class IDBCursorWithValue extends IDBCursor {
public Object value;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy