Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
IDBIndex |
IDBObjectStore.createIndex(String name,
String keyPath)
Creates and returns a new index in the connected database.
|
IDBIndex |
IDBObjectStore.createIndex(String name,
String keyPath,
Mappable options)
Creates and returns a new index in the connected database.
|
IDBIndex |
IDBObjectStore.index(String name)
Opens the named index in this object store.
|
Modifier and Type | Class and Description |
---|---|
class |
JsIDBIndex |
Copyright © 2018. All rights reserved.