package
0.0.0-20200525080501-418ac89e6fd2
Repository: https://github.com/bootgo/cdproto.git
Documentation: pkg.go.dev
# Functions
ClearDataForOrigin clears storage for origin.
GetUsageAndQuota returns usage and quota in bytes.
TrackCacheStorageForOrigin registers origin to be notified when an update occurs to its cache storage list.
TrackIndexedDBForOrigin registers origin to be notified when an update occurs to its IndexedDB.
UntrackCacheStorageForOrigin unregisters origin from receiving notifications for cache storage.
UntrackIndexedDBForOrigin unregisters origin from receiving notifications for IndexedDB.
# Constants
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
# Structs
ClearDataForOriginParams clears storage for origin.
EventCacheStorageContentUpdated a cache's contents have been modified.
EventCacheStorageListUpdated a cache has been added/deleted.
EventIndexedDBContentUpdated the origin's IndexedDB object store has been modified.
EventIndexedDBListUpdated the origin's IndexedDB database list has been modified.
GetUsageAndQuotaParams returns usage and quota in bytes.
GetUsageAndQuotaReturns return values.
TrackCacheStorageForOriginParams registers origin to be notified when an update occurs to its cache storage list.
TrackIndexedDBForOriginParams registers origin to be notified when an update occurs to its IndexedDB.
UntrackCacheStorageForOriginParams unregisters origin from receiving notifications for cache storage.
UntrackIndexedDBForOriginParams unregisters origin from receiving notifications for IndexedDB.
UsageForType usage for a storage type.
# Type aliases
Type enum of possible storage types.