14 lines
649 B
Markdown
14 lines
649 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [DatabaseWithObjectStores](./puppeteer.protocol.indexeddb.databasewithobjectstores.md) > [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;
|
||
|
```
|