mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
40 lines
2.2 KiB
Markdown
40 lines
2.2 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md)
|
|
|
|
## Protocol.Storage namespace
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export namespace Storage
|
|
```
|
|
|
|
## Interfaces
|
|
|
|
| Interface | Description |
|
|
| --- | --- |
|
|
| [CacheStorageContentUpdatedEvent](./puppeteer.protocol.storage.cachestoragecontentupdatedevent.md) | A cache's contents have been modified. |
|
|
| [CacheStorageListUpdatedEvent](./puppeteer.protocol.storage.cachestoragelistupdatedevent.md) | A cache has been added/deleted. |
|
|
| [ClearCookiesRequest](./puppeteer.protocol.storage.clearcookiesrequest.md) | |
|
|
| [ClearDataForOriginRequest](./puppeteer.protocol.storage.cleardatafororiginrequest.md) | |
|
|
| [GetCookiesRequest](./puppeteer.protocol.storage.getcookiesrequest.md) | |
|
|
| [GetCookiesResponse](./puppeteer.protocol.storage.getcookiesresponse.md) | |
|
|
| [GetUsageAndQuotaRequest](./puppeteer.protocol.storage.getusageandquotarequest.md) | |
|
|
| [GetUsageAndQuotaResponse](./puppeteer.protocol.storage.getusageandquotaresponse.md) | |
|
|
| [IndexedDBContentUpdatedEvent](./puppeteer.protocol.storage.indexeddbcontentupdatedevent.md) | The origin's IndexedDB object store has been modified. |
|
|
| [IndexedDBListUpdatedEvent](./puppeteer.protocol.storage.indexeddblistupdatedevent.md) | The origin's IndexedDB database list has been modified. |
|
|
| [SetCookiesRequest](./puppeteer.protocol.storage.setcookiesrequest.md) | |
|
|
| [TrackCacheStorageForOriginRequest](./puppeteer.protocol.storage.trackcachestoragefororiginrequest.md) | |
|
|
| [TrackIndexedDBForOriginRequest](./puppeteer.protocol.storage.trackindexeddbfororiginrequest.md) | |
|
|
| [UntrackCacheStorageForOriginRequest](./puppeteer.protocol.storage.untrackcachestoragefororiginrequest.md) | |
|
|
| [UntrackIndexedDBForOriginRequest](./puppeteer.protocol.storage.untrackindexeddbfororiginrequest.md) | |
|
|
| [UsageForType](./puppeteer.protocol.storage.usagefortype.md) | Usage for a storage type. |
|
|
|
|
## Type Aliases
|
|
|
|
| Type Alias | Description |
|
|
| --- | --- |
|
|
| [StorageType](./puppeteer.protocol.storage.storagetype.md) | Enum of possible storage types. |
|
|
|