package
0.0.0-20220708210441-8ed5860618ae
Repository: https://github.com/ezoic/cdproto_v2.git
Documentation: pkg.go.dev

# Functions

ClearCookies clears cookies.
ClearDataForOrigin clears storage for origin.
GetCookies returns all browser cookies.
GetUsageAndQuota returns usage and quota in bytes.
SetCookies sets given cookies.
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.
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

ClearCookiesParams clears cookies.
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.
GetCookiesParams returns all browser cookies.
GetCookiesReturns return values.
GetUsageAndQuotaParams returns usage and quota in bytes.
GetUsageAndQuotaReturns return values.
SetCookiesParams sets given cookies.
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.