createObjectStore

Declaration

IDBObjectStore createObjectStore(
    DOMString name, 
    optional IDBObjectStoreParameters parameters
);