createObjectStore method

IDBObjectStore createObjectStore(
  1. String name, [
  2. IDBObjectStoreParameters? options
])

Implementation

IDBObjectStore createObjectStore(String name,
        [IDBObjectStoreParameters? options]) =>
    js_util.callMethod(this, 'createObjectStore', [name, options]);