objectStore method

IDBObjectStore objectStore(
  1. String name
)

Implementation

IDBObjectStore objectStore(String name) =>
    js_util.callMethod(this, 'objectStore', [name]);