Module cdp::storage
[−]
[src]
[Experimental]
Storage
Commands
Storage.clearDataForOriginExperimentalClears storage for origin.
Storage.getUsageAndQuotaExperimentalReturns usage and quota in bytes.
Storage.trackCacheStorageForOriginExperimentalRegisters origin to be notified when an update occurs to its cache storage list.
Storage.untrackCacheStorageForOriginExperimentalUnregisters origin from receiving notifications for cache storage.
Events
Storage.cacheStorageListUpdatedExperimentalA cache has been added/deleted.
Storage.cacheStorageContentUpdatedExperimentalA cache's contents have been modified.
Types
StorageTypeExperimentalEnum of possible storage types.
UsageForTypeExperimentalUsage for a storage type.
Structs
| CacheStorageContentUpdatedEvent |
[Experimental] A cache's contents have been modified. |
| CacheStorageListUpdatedEvent |
[Experimental] A cache has been added/deleted. |
| ClearDataForOriginCommand |
[Experimental] Clears storage for origin. |
| ClearDataForOriginResponse |
[Experimental] Clears storage for origin. |
| GetUsageAndQuotaCommand |
[Experimental] Returns usage and quota in bytes. |
| GetUsageAndQuotaResponse |
[Experimental] Returns usage and quota in bytes. |
| TrackCacheStorageForOriginCommand |
[Experimental] Registers origin to be notified when an update occurs to its cache storage list. |
| TrackCacheStorageForOriginResponse |
[Experimental] Registers origin to be notified when an update occurs to its cache storage list. |
| UntrackCacheStorageForOriginCommand |
[Experimental] Unregisters origin from receiving notifications for cache storage. |
| UntrackCacheStorageForOriginResponse |
[Experimental] Unregisters origin from receiving notifications for cache storage. |
| UsageForType |
[Experimental] Usage for a storage type. |
Enums
| StorageType |
[Experimental] Enum of possible storage types. |