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