---
title: createObjectStore
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/idbdatabase/1630957-createobjectstore
---

# createObjectStore

## Declaration

```data
IDBObjectStore createObjectStore(
    DOMString name, 
    optional IDBObjectStoreParameters parameters
);
```
