2.2 KiB
2.2 KiB
Home > puppeteer > Protocol > Storage
Protocol.Storage namespace
Signature:
export namespace Storage
Interfaces
Interface | Description |
---|---|
CacheStorageContentUpdatedEvent | A cache's contents have been modified. |
CacheStorageListUpdatedEvent | A cache has been added/deleted. |
ClearCookiesRequest | |
ClearDataForOriginRequest | |
GetCookiesRequest | |
GetCookiesResponse | |
GetUsageAndQuotaRequest | |
GetUsageAndQuotaResponse | |
IndexedDBContentUpdatedEvent | The origin's IndexedDB object store has been modified. |
IndexedDBListUpdatedEvent | The origin's IndexedDB database list has been modified. |
SetCookiesRequest | |
TrackCacheStorageForOriginRequest | |
TrackIndexedDBForOriginRequest | |
UntrackCacheStorageForOriginRequest | |
UntrackIndexedDBForOriginRequest | |
UsageForType | Usage for a storage type. |
Type Aliases
Type Alias | Description |
---|---|
StorageType | Enum of possible storage types. |