<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [IndexedDB](./puppeteer.protocol.indexeddb.md) &gt; [DatabaseWithObjectStores](./puppeteer.protocol.indexeddb.databasewithobjectstores.md) &gt; [version](./puppeteer.protocol.indexeddb.databasewithobjectstores.version.md)

## Protocol.IndexedDB.DatabaseWithObjectStores.version property

Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')

<b>Signature:</b>

```typescript
version: number;
```