22 lines
638 B
Markdown
22 lines
638 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) > [KeyType](./puppeteer.protocol.indexeddb.keytype.md)
|
||
|
|
||
|
## Protocol.IndexedDB.KeyType enum
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export const enum KeyType
|
||
|
```
|
||
|
|
||
|
## Enumeration Members
|
||
|
|
||
|
| Member | Value | Description |
|
||
|
| --- | --- | --- |
|
||
|
| Array | <code>'array'</code> | |
|
||
|
| Date | <code>'date'</code> | |
|
||
|
| Number | <code>'number'</code> | |
|
||
|
| String | <code>'string'</code> | |
|
||
|
|