@JsType(isNative=true) public class IDBObjectStore extends Object
| Constructor and Description |
|---|
IDBObjectStore() |
| Modifier and Type | Method and Description |
|---|---|
IDBRequest |
add(JsObject obj,
String id) |
Object |
createIndex(String name,
String path,
JsObject options) |
IDBRequest |
get(String id) |
String |
getKeyPath() |
IDBRequest |
put(JsObject obj,
String id) |
public IDBObjectStore()
public Object createIndex(String name, String path, JsObject options)
public IDBRequest add(JsObject obj, String id)
public IDBRequest put(JsObject obj, String id)
public IDBRequest get(String id)
@JsProperty public String getKeyPath()
Copyright © 2017. All rights reserved.