Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.24 KB

puppeteer.protocol.storage.md

File metadata and controls

39 lines (30 loc) · 2.24 KB

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.