mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 00:24:11 -08:00
js apis: missing method for idb object store (#664)
Co-authored-by: noblemaster <contact@noblemaster.com>
This commit is contained in:
parent
900f95c1ed
commit
8005ba54ec
|
@ -45,6 +45,8 @@ public abstract class IDBObjectStore implements JSObject, IDBCursorSource {
|
||||||
@JSProperty
|
@JSProperty
|
||||||
public abstract boolean isAutoIncrement();
|
public abstract boolean isAutoIncrement();
|
||||||
|
|
||||||
|
public abstract IDBGetRequest getAllKeys();
|
||||||
|
|
||||||
public abstract IDBRequest put(JSObject value, JSObject key);
|
public abstract IDBRequest put(JSObject value, JSObject key);
|
||||||
|
|
||||||
public abstract IDBRequest put(JSObject value);
|
public abstract IDBRequest put(JSObject value);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user