Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
IDBObjectStore |
IDBDatabase.createObjectStore(String name)
Creates and returns a new object store or index.
|
IDBObjectStore |
IDBDatabase.createObjectStore(String name,
Mappable options)
Creates and returns a new object store or index.
|
IDBObjectStore |
IDBIndex.getObjectStore() |
IDBObjectStore |
IDBTransaction.objectStore(String name)
Returns an object store that has already been added to the scope of this transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
JsIDBObjectStore |
Copyright © 2018. All rights reserved.