puppeteer/new-docs/puppeteer.protocol.indexeddb.md
Johan Bay e89e264a16
feat(chromium): roll Chromium to r782078 (#6250)
This corresponds to Chromium 85.0.4182.0.

This roll includes: 
- Enable SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure
   https://crrev.com/c/2231445
- [FlexNG] Enable FlexNG by default
   https://crrev.com/c/2216595

Closes #6151.
2020-07-20 17:17:06 +02:00

43 lines
2.2 KiB
Markdown

<!-- 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)
## Protocol.IndexedDB namespace
<b>Signature:</b>
```typescript
export namespace IndexedDB
```
## Enumerations
| Enumeration | Description |
| --- | --- |
| [KeyPathType](./puppeteer.protocol.indexeddb.keypathtype.md) | |
| [KeyType](./puppeteer.protocol.indexeddb.keytype.md) | |
## Interfaces
| Interface | Description |
| --- | --- |
| [ClearObjectStoreRequest](./puppeteer.protocol.indexeddb.clearobjectstorerequest.md) | |
| [DatabaseWithObjectStores](./puppeteer.protocol.indexeddb.databasewithobjectstores.md) | Database with an array of object stores. |
| [DataEntry](./puppeteer.protocol.indexeddb.dataentry.md) | Data entry. |
| [DeleteDatabaseRequest](./puppeteer.protocol.indexeddb.deletedatabaserequest.md) | |
| [DeleteObjectStoreEntriesRequest](./puppeteer.protocol.indexeddb.deleteobjectstoreentriesrequest.md) | |
| [GetMetadataRequest](./puppeteer.protocol.indexeddb.getmetadatarequest.md) | |
| [GetMetadataResponse](./puppeteer.protocol.indexeddb.getmetadataresponse.md) | |
| [Key](./puppeteer.protocol.indexeddb.key.md) | Key. |
| [KeyPath](./puppeteer.protocol.indexeddb.keypath.md) | Key path. |
| [KeyRange](./puppeteer.protocol.indexeddb.keyrange.md) | Key range. |
| [ObjectStore](./puppeteer.protocol.indexeddb.objectstore.md) | Object store. |
| [ObjectStoreIndex](./puppeteer.protocol.indexeddb.objectstoreindex.md) | Object store index. |
| [RequestDatabaseNamesRequest](./puppeteer.protocol.indexeddb.requestdatabasenamesrequest.md) | |
| [RequestDatabaseNamesResponse](./puppeteer.protocol.indexeddb.requestdatabasenamesresponse.md) | |
| [RequestDatabaseRequest](./puppeteer.protocol.indexeddb.requestdatabaserequest.md) | |
| [RequestDatabaseResponse](./puppeteer.protocol.indexeddb.requestdatabaseresponse.md) | |
| [RequestDataRequest](./puppeteer.protocol.indexeddb.requestdatarequest.md) | |
| [RequestDataResponse](./puppeteer.protocol.indexeddb.requestdataresponse.md) | |