package storage
Import Path
github.com/chromedp/cdproto/storage (on go.dev)
Dependency Relation
imports 8 packages, and imported by 3 packages
Involved Source Files
easyjson.go
events.go
Package storage provides the Chrome DevTools Protocol
commands, types, and events for the Storage domain.
Generated by the cdproto-gen command.
types.go
Package-Level Type Names (total 75)
AttributionReportingAggregationKeysEntry [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-AttributionReportingAggregationKeysEntry
Key string
Value UnsignedInt128asBase16
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
AttributionReportingAggregationKeysEntry : github.com/goccy/go-json.Marshaler
*AttributionReportingAggregationKeysEntry : github.com/goccy/go-json.Unmarshaler
AttributionReportingAggregationKeysEntry : github.com/mailru/easyjson.Marshaler
*AttributionReportingAggregationKeysEntry : github.com/mailru/easyjson.MarshalerUnmarshaler
*AttributionReportingAggregationKeysEntry : github.com/mailru/easyjson.Unmarshaler
AttributionReportingAggregationKeysEntry : encoding/json.Marshaler
*AttributionReportingAggregationKeysEntry : encoding/json.Unmarshaler
AttributionReportingEventReportWindows [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-AttributionReportingEventReportWindows
// duration in seconds
// duration in seconds
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
AttributionReportingEventReportWindows : github.com/goccy/go-json.Marshaler
*AttributionReportingEventReportWindows : github.com/goccy/go-json.Unmarshaler
AttributionReportingEventReportWindows : github.com/mailru/easyjson.Marshaler
*AttributionReportingEventReportWindows : github.com/mailru/easyjson.MarshalerUnmarshaler
*AttributionReportingEventReportWindows : github.com/mailru/easyjson.Unmarshaler
AttributionReportingEventReportWindows : encoding/json.Marshaler
*AttributionReportingEventReportWindows : encoding/json.Unmarshaler
AttributionReportingFilterDataEntry [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-AttributionReportingFilterDataEntry
Key string
Values []string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
AttributionReportingFilterDataEntry : github.com/goccy/go-json.Marshaler
*AttributionReportingFilterDataEntry : github.com/goccy/go-json.Unmarshaler
AttributionReportingFilterDataEntry : github.com/mailru/easyjson.Marshaler
*AttributionReportingFilterDataEntry : github.com/mailru/easyjson.MarshalerUnmarshaler
*AttributionReportingFilterDataEntry : github.com/mailru/easyjson.Unmarshaler
AttributionReportingFilterDataEntry : encoding/json.Marshaler
*AttributionReportingFilterDataEntry : encoding/json.Unmarshaler
AttributionReportingSourceRegistration [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-AttributionReportingSourceRegistration
// duration in seconds
AggregationKeys []*AttributionReportingAggregationKeysEntry
DebugKey UnsignedInt64asBase10
DestinationSites []string
EventID UnsignedInt64asBase10
EventReportWindows *AttributionReportingEventReportWindows
// duration in seconds
FilterData []*AttributionReportingFilterDataEntry
Priority SignedInt64asBase10
ReportingOrigin string
SourceOrigin string
Time *cdp.TimeSinceEpoch
Type AttributionReportingSourceType
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
AttributionReportingSourceRegistration : github.com/goccy/go-json.Marshaler
*AttributionReportingSourceRegistration : github.com/goccy/go-json.Unmarshaler
AttributionReportingSourceRegistration : github.com/mailru/easyjson.Marshaler
*AttributionReportingSourceRegistration : github.com/mailru/easyjson.MarshalerUnmarshaler
*AttributionReportingSourceRegistration : github.com/mailru/easyjson.Unmarshaler
AttributionReportingSourceRegistration : encoding/json.Marshaler
*AttributionReportingSourceRegistration : encoding/json.Unmarshaler
AttributionReportingSourceRegistrationResult [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-AttributionReportingSourceRegistrationResult
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the AttributionReportingSourceRegistrationResult as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
AttributionReportingSourceRegistrationResult : github.com/goccy/go-json.Marshaler
*AttributionReportingSourceRegistrationResult : github.com/goccy/go-json.Unmarshaler
AttributionReportingSourceRegistrationResult : github.com/mailru/easyjson.Marshaler
*AttributionReportingSourceRegistrationResult : github.com/mailru/easyjson.MarshalerUnmarshaler
*AttributionReportingSourceRegistrationResult : github.com/mailru/easyjson.Unmarshaler
AttributionReportingSourceRegistrationResult : encoding/json.Marshaler
*AttributionReportingSourceRegistrationResult : encoding/json.Unmarshaler
AttributionReportingSourceRegistrationResult : expvar.Var
AttributionReportingSourceRegistrationResult : fmt.Stringer
const AttributionReportingSourceRegistrationResultDestinationBothLimitsReached
const AttributionReportingSourceRegistrationResultDestinationGlobalLimitReached
const AttributionReportingSourceRegistrationResultDestinationReportingLimitReached
const AttributionReportingSourceRegistrationResultExceedsMaxChannelCapacity
const AttributionReportingSourceRegistrationResultExcessiveReportingOrigins
const AttributionReportingSourceRegistrationResultInsufficientSourceCapacity
const AttributionReportingSourceRegistrationResultInsufficientUniqueDestinationCapacity
const AttributionReportingSourceRegistrationResultInternalError
const AttributionReportingSourceRegistrationResultProhibitedByBrowserPolicy
const AttributionReportingSourceRegistrationResultReportingOriginsPerSiteLimitReached
const AttributionReportingSourceRegistrationResultSuccess
const AttributionReportingSourceRegistrationResultSuccessNoised
AttributionReportingSourceType [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-AttributionReportingSourceType
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the AttributionReportingSourceType as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
AttributionReportingSourceType : github.com/goccy/go-json.Marshaler
*AttributionReportingSourceType : github.com/goccy/go-json.Unmarshaler
AttributionReportingSourceType : github.com/mailru/easyjson.Marshaler
*AttributionReportingSourceType : github.com/mailru/easyjson.MarshalerUnmarshaler
*AttributionReportingSourceType : github.com/mailru/easyjson.Unmarshaler
AttributionReportingSourceType : encoding/json.Marshaler
*AttributionReportingSourceType : encoding/json.Unmarshaler
AttributionReportingSourceType : expvar.Var
AttributionReportingSourceType : fmt.Stringer
const AttributionReportingSourceTypeEvent
const AttributionReportingSourceTypeNavigation
Bucket [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-StorageBucket
// If not specified, it is the default bucket of the storageKey.
StorageKey SerializedStorageKey
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
Bucket : github.com/goccy/go-json.Marshaler
*Bucket : github.com/goccy/go-json.Unmarshaler
Bucket : github.com/mailru/easyjson.Marshaler
*Bucket : github.com/mailru/easyjson.MarshalerUnmarshaler
*Bucket : github.com/mailru/easyjson.Unmarshaler
Bucket : encoding/json.Marshaler
*Bucket : encoding/json.Unmarshaler
func DeleteStorageBucket(bucket *Bucket) *DeleteStorageBucketParams
func github.com/chromedp/cdproto/cachestorage.RequestCacheNamesParams.WithStorageBucket(storageBucket *Bucket) *cachestorage.RequestCacheNamesParams
func github.com/chromedp/cdproto/indexeddb.ClearObjectStoreParams.WithStorageBucket(storageBucket *Bucket) *indexeddb.ClearObjectStoreParams
func github.com/chromedp/cdproto/indexeddb.DeleteDatabaseParams.WithStorageBucket(storageBucket *Bucket) *indexeddb.DeleteDatabaseParams
func github.com/chromedp/cdproto/indexeddb.DeleteObjectStoreEntriesParams.WithStorageBucket(storageBucket *Bucket) *indexeddb.DeleteObjectStoreEntriesParams
func github.com/chromedp/cdproto/indexeddb.GetMetadataParams.WithStorageBucket(storageBucket *Bucket) *indexeddb.GetMetadataParams
func github.com/chromedp/cdproto/indexeddb.RequestDatabaseNamesParams.WithStorageBucket(storageBucket *Bucket) *indexeddb.RequestDatabaseNamesParams
func github.com/chromedp/cdproto/indexeddb.RequestDatabaseParams.WithStorageBucket(storageBucket *Bucket) *indexeddb.RequestDatabaseParams
func github.com/chromedp/cdproto/indexeddb.RequestDataParams.WithStorageBucket(storageBucket *Bucket) *indexeddb.RequestDataParams
BucketInfo [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-StorageBucketInfo
Bucket *Bucket
Durability BucketsDurability
Expiration *cdp.TimeSinceEpoch
ID string
Persistent bool
// Storage quota (bytes).
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
BucketInfo : github.com/goccy/go-json.Marshaler
*BucketInfo : github.com/goccy/go-json.Unmarshaler
BucketInfo : github.com/mailru/easyjson.Marshaler
*BucketInfo : github.com/mailru/easyjson.MarshalerUnmarshaler
*BucketInfo : github.com/mailru/easyjson.Unmarshaler
BucketInfo : encoding/json.Marshaler
*BucketInfo : encoding/json.Unmarshaler
BucketsDurability [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-StorageBucketsDurability
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the BucketsDurability as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
BucketsDurability : github.com/goccy/go-json.Marshaler
*BucketsDurability : github.com/goccy/go-json.Unmarshaler
BucketsDurability : github.com/mailru/easyjson.Marshaler
*BucketsDurability : github.com/mailru/easyjson.MarshalerUnmarshaler
*BucketsDurability : github.com/mailru/easyjson.Unmarshaler
BucketsDurability : encoding/json.Marshaler
*BucketsDurability : encoding/json.Unmarshaler
BucketsDurability : expvar.Var
BucketsDurability : fmt.Stringer
const BucketsDurabilityRelaxed
const BucketsDurabilityStrict
ClearCookiesParams clears cookies.
// The id of the context created.
Do executes Storage.clearCookies against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
WithBrowserContextID browser context to use when called on the browser
endpoint.
*ClearCookiesParams : github.com/chromedp/chromedp.Action
*ClearCookiesParams : github.com/chromedp/chromedp.CallAction
*ClearCookiesParams : github.com/chromedp/chromedp.EmulateAction
*ClearCookiesParams : github.com/chromedp/chromedp.EvaluateAction
*ClearCookiesParams : github.com/chromedp/chromedp.KeyAction
*ClearCookiesParams : github.com/chromedp/chromedp.MouseAction
*ClearCookiesParams : github.com/chromedp/chromedp.NavigateAction
*ClearCookiesParams : github.com/chromedp/chromedp.PollAction
*ClearCookiesParams : github.com/chromedp/chromedp.QueryAction
ClearCookiesParams : github.com/goccy/go-json.Marshaler
*ClearCookiesParams : github.com/goccy/go-json.Unmarshaler
ClearCookiesParams : github.com/mailru/easyjson.Marshaler
*ClearCookiesParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*ClearCookiesParams : github.com/mailru/easyjson.Unmarshaler
ClearCookiesParams : encoding/json.Marshaler
*ClearCookiesParams : encoding/json.Unmarshaler
func ClearCookies() *ClearCookiesParams
func ClearCookiesParams.WithBrowserContextID(browserContextID cdp.BrowserContextID) *ClearCookiesParams
ClearDataForOriginParams clears storage for origin.
// Security origin.
// Comma separated list of StorageType to clear.
Do executes Storage.clearDataForOrigin against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*ClearDataForOriginParams : github.com/chromedp/chromedp.Action
*ClearDataForOriginParams : github.com/chromedp/chromedp.CallAction
*ClearDataForOriginParams : github.com/chromedp/chromedp.EmulateAction
*ClearDataForOriginParams : github.com/chromedp/chromedp.EvaluateAction
*ClearDataForOriginParams : github.com/chromedp/chromedp.KeyAction
*ClearDataForOriginParams : github.com/chromedp/chromedp.MouseAction
*ClearDataForOriginParams : github.com/chromedp/chromedp.NavigateAction
*ClearDataForOriginParams : github.com/chromedp/chromedp.PollAction
*ClearDataForOriginParams : github.com/chromedp/chromedp.QueryAction
ClearDataForOriginParams : github.com/goccy/go-json.Marshaler
*ClearDataForOriginParams : github.com/goccy/go-json.Unmarshaler
ClearDataForOriginParams : github.com/mailru/easyjson.Marshaler
*ClearDataForOriginParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*ClearDataForOriginParams : github.com/mailru/easyjson.Unmarshaler
ClearDataForOriginParams : encoding/json.Marshaler
*ClearDataForOriginParams : encoding/json.Unmarshaler
func ClearDataForOrigin(origin string, storageTypes string) *ClearDataForOriginParams
ClearDataForStorageKeyParams clears storage for storage key.
// Storage key.
// Comma separated list of StorageType to clear.
Do executes Storage.clearDataForStorageKey against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*ClearDataForStorageKeyParams : github.com/chromedp/chromedp.Action
*ClearDataForStorageKeyParams : github.com/chromedp/chromedp.CallAction
*ClearDataForStorageKeyParams : github.com/chromedp/chromedp.EmulateAction
*ClearDataForStorageKeyParams : github.com/chromedp/chromedp.EvaluateAction
*ClearDataForStorageKeyParams : github.com/chromedp/chromedp.KeyAction
*ClearDataForStorageKeyParams : github.com/chromedp/chromedp.MouseAction
*ClearDataForStorageKeyParams : github.com/chromedp/chromedp.NavigateAction
*ClearDataForStorageKeyParams : github.com/chromedp/chromedp.PollAction
*ClearDataForStorageKeyParams : github.com/chromedp/chromedp.QueryAction
ClearDataForStorageKeyParams : github.com/goccy/go-json.Marshaler
*ClearDataForStorageKeyParams : github.com/goccy/go-json.Unmarshaler
ClearDataForStorageKeyParams : github.com/mailru/easyjson.Marshaler
*ClearDataForStorageKeyParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*ClearDataForStorageKeyParams : github.com/mailru/easyjson.Unmarshaler
ClearDataForStorageKeyParams : encoding/json.Marshaler
*ClearDataForStorageKeyParams : encoding/json.Unmarshaler
func ClearDataForStorageKey(storageKey string, storageTypes string) *ClearDataForStorageKeyParams
ClearTrustTokensParams removes all Trust Tokens issued by the provided
issuerOrigin. Leaves other stored data, including the issuer's Redemption
Records, intact.
IssuerOrigin string
Do executes Storage.clearTrustTokens against the provided context.
returns:
didDeleteTokens - True if any tokens were deleted, false otherwise.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
ClearTrustTokensParams : github.com/goccy/go-json.Marshaler
*ClearTrustTokensParams : github.com/goccy/go-json.Unmarshaler
ClearTrustTokensParams : github.com/mailru/easyjson.Marshaler
*ClearTrustTokensParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*ClearTrustTokensParams : github.com/mailru/easyjson.Unmarshaler
ClearTrustTokensParams : encoding/json.Marshaler
*ClearTrustTokensParams : encoding/json.Unmarshaler
func ClearTrustTokens(issuerOrigin string) *ClearTrustTokensParams
ClearTrustTokensReturns return values.
// True if any tokens were deleted, false otherwise.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
ClearTrustTokensReturns : github.com/goccy/go-json.Marshaler
*ClearTrustTokensReturns : github.com/goccy/go-json.Unmarshaler
ClearTrustTokensReturns : github.com/mailru/easyjson.Marshaler
*ClearTrustTokensReturns : github.com/mailru/easyjson.MarshalerUnmarshaler
*ClearTrustTokensReturns : github.com/mailru/easyjson.Unmarshaler
ClearTrustTokensReturns : encoding/json.Marshaler
*ClearTrustTokensReturns : encoding/json.Unmarshaler
DeleteStorageBucketParams deletes the Storage Bucket with the given
storage key and bucket name.
Bucket *Bucket
Do executes Storage.deleteStorageBucket against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*DeleteStorageBucketParams : github.com/chromedp/chromedp.Action
*DeleteStorageBucketParams : github.com/chromedp/chromedp.CallAction
*DeleteStorageBucketParams : github.com/chromedp/chromedp.EmulateAction
*DeleteStorageBucketParams : github.com/chromedp/chromedp.EvaluateAction
*DeleteStorageBucketParams : github.com/chromedp/chromedp.KeyAction
*DeleteStorageBucketParams : github.com/chromedp/chromedp.MouseAction
*DeleteStorageBucketParams : github.com/chromedp/chromedp.NavigateAction
*DeleteStorageBucketParams : github.com/chromedp/chromedp.PollAction
*DeleteStorageBucketParams : github.com/chromedp/chromedp.QueryAction
DeleteStorageBucketParams : github.com/goccy/go-json.Marshaler
*DeleteStorageBucketParams : github.com/goccy/go-json.Unmarshaler
DeleteStorageBucketParams : github.com/mailru/easyjson.Marshaler
*DeleteStorageBucketParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*DeleteStorageBucketParams : github.com/mailru/easyjson.Unmarshaler
DeleteStorageBucketParams : encoding/json.Marshaler
*DeleteStorageBucketParams : encoding/json.Unmarshaler
func DeleteStorageBucket(bucket *Bucket) *DeleteStorageBucketParams
EventAttributionReportingSourceRegistered tODO(crbug.com/1458532): Add
other Attribution Reporting events, e.g. trigger registration.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#event-attributionReportingSourceRegistered
Registration *AttributionReportingSourceRegistration
Result AttributionReportingSourceRegistrationResult
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
EventAttributionReportingSourceRegistered : github.com/goccy/go-json.Marshaler
*EventAttributionReportingSourceRegistered : github.com/goccy/go-json.Unmarshaler
EventAttributionReportingSourceRegistered : github.com/mailru/easyjson.Marshaler
*EventAttributionReportingSourceRegistered : github.com/mailru/easyjson.MarshalerUnmarshaler
*EventAttributionReportingSourceRegistered : github.com/mailru/easyjson.Unmarshaler
EventAttributionReportingSourceRegistered : encoding/json.Marshaler
*EventAttributionReportingSourceRegistered : encoding/json.Unmarshaler
EventCacheStorageContentUpdated a cache's contents have been modified.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#event-cacheStorageContentUpdated
// Storage bucket to update.
// Name of cache in origin.
// Origin to update.
// Storage key to update.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
EventCacheStorageContentUpdated : github.com/goccy/go-json.Marshaler
*EventCacheStorageContentUpdated : github.com/goccy/go-json.Unmarshaler
EventCacheStorageContentUpdated : github.com/mailru/easyjson.Marshaler
*EventCacheStorageContentUpdated : github.com/mailru/easyjson.MarshalerUnmarshaler
*EventCacheStorageContentUpdated : github.com/mailru/easyjson.Unmarshaler
EventCacheStorageContentUpdated : encoding/json.Marshaler
*EventCacheStorageContentUpdated : encoding/json.Unmarshaler
EventCacheStorageListUpdated a cache has been added/deleted.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#event-cacheStorageListUpdated
// Storage bucket to update.
// Origin to update.
// Storage key to update.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
EventCacheStorageListUpdated : github.com/goccy/go-json.Marshaler
*EventCacheStorageListUpdated : github.com/goccy/go-json.Unmarshaler
EventCacheStorageListUpdated : github.com/mailru/easyjson.Marshaler
*EventCacheStorageListUpdated : github.com/mailru/easyjson.MarshalerUnmarshaler
*EventCacheStorageListUpdated : github.com/mailru/easyjson.Unmarshaler
EventCacheStorageListUpdated : encoding/json.Marshaler
*EventCacheStorageListUpdated : encoding/json.Unmarshaler
EventIndexedDBContentUpdated the origin's IndexedDB object store has been
modified.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#event-indexedDBContentUpdated
// Storage bucket to update.
// Database to update.
// ObjectStore to update.
// Origin to update.
// Storage key to update.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
EventIndexedDBContentUpdated : github.com/goccy/go-json.Marshaler
*EventIndexedDBContentUpdated : github.com/goccy/go-json.Unmarshaler
EventIndexedDBContentUpdated : github.com/mailru/easyjson.Marshaler
*EventIndexedDBContentUpdated : github.com/mailru/easyjson.MarshalerUnmarshaler
*EventIndexedDBContentUpdated : github.com/mailru/easyjson.Unmarshaler
EventIndexedDBContentUpdated : encoding/json.Marshaler
*EventIndexedDBContentUpdated : encoding/json.Unmarshaler
EventIndexedDBListUpdated the origin's IndexedDB database list has been
modified.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#event-indexedDBListUpdated
// Storage bucket to update.
// Origin to update.
// Storage key to update.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
EventIndexedDBListUpdated : github.com/goccy/go-json.Marshaler
*EventIndexedDBListUpdated : github.com/goccy/go-json.Unmarshaler
EventIndexedDBListUpdated : github.com/mailru/easyjson.Marshaler
*EventIndexedDBListUpdated : github.com/mailru/easyjson.MarshalerUnmarshaler
*EventIndexedDBListUpdated : github.com/mailru/easyjson.Unmarshaler
EventIndexedDBListUpdated : encoding/json.Marshaler
*EventIndexedDBListUpdated : encoding/json.Unmarshaler
EventInterestGroupAccessed one of the interest groups was accessed by the
associated page.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#event-interestGroupAccessed
AccessTime *cdp.TimeSinceEpoch
Name string
OwnerOrigin string
Type InterestGroupAccessType
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
EventInterestGroupAccessed : github.com/goccy/go-json.Marshaler
*EventInterestGroupAccessed : github.com/goccy/go-json.Unmarshaler
EventInterestGroupAccessed : github.com/mailru/easyjson.Marshaler
*EventInterestGroupAccessed : github.com/mailru/easyjson.MarshalerUnmarshaler
*EventInterestGroupAccessed : github.com/mailru/easyjson.Unmarshaler
EventInterestGroupAccessed : encoding/json.Marshaler
*EventInterestGroupAccessed : encoding/json.Unmarshaler
EventStorageBucketCreatedOrUpdated [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#event-storageBucketCreatedOrUpdated
BucketInfo *BucketInfo
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
EventStorageBucketCreatedOrUpdated : github.com/goccy/go-json.Marshaler
*EventStorageBucketCreatedOrUpdated : github.com/goccy/go-json.Unmarshaler
EventStorageBucketCreatedOrUpdated : github.com/mailru/easyjson.Marshaler
*EventStorageBucketCreatedOrUpdated : github.com/mailru/easyjson.MarshalerUnmarshaler
*EventStorageBucketCreatedOrUpdated : github.com/mailru/easyjson.Unmarshaler
EventStorageBucketCreatedOrUpdated : encoding/json.Marshaler
*EventStorageBucketCreatedOrUpdated : encoding/json.Unmarshaler
EventStorageBucketDeleted [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#event-storageBucketDeleted
BucketID string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
EventStorageBucketDeleted : github.com/goccy/go-json.Marshaler
*EventStorageBucketDeleted : github.com/goccy/go-json.Unmarshaler
EventStorageBucketDeleted : github.com/mailru/easyjson.Marshaler
*EventStorageBucketDeleted : github.com/mailru/easyjson.MarshalerUnmarshaler
*EventStorageBucketDeleted : github.com/mailru/easyjson.Unmarshaler
EventStorageBucketDeleted : encoding/json.Marshaler
*EventStorageBucketDeleted : encoding/json.Unmarshaler
GetCookiesParams returns all browser cookies.
// The id of the context created.
Do executes Storage.getCookies against the provided context.
returns:
cookies - Array of cookie objects.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
WithBrowserContextID browser context to use when called on the browser
endpoint.
GetCookiesParams : github.com/goccy/go-json.Marshaler
*GetCookiesParams : github.com/goccy/go-json.Unmarshaler
GetCookiesParams : github.com/mailru/easyjson.Marshaler
*GetCookiesParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetCookiesParams : github.com/mailru/easyjson.Unmarshaler
GetCookiesParams : encoding/json.Marshaler
*GetCookiesParams : encoding/json.Unmarshaler
func GetCookies() *GetCookiesParams
func GetCookiesParams.WithBrowserContextID(browserContextID cdp.BrowserContextID) *GetCookiesParams
GetCookiesReturns return values.
// Array of cookie objects.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetCookiesReturns : github.com/goccy/go-json.Marshaler
*GetCookiesReturns : github.com/goccy/go-json.Unmarshaler
GetCookiesReturns : github.com/mailru/easyjson.Marshaler
*GetCookiesReturns : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetCookiesReturns : github.com/mailru/easyjson.Unmarshaler
GetCookiesReturns : encoding/json.Marshaler
*GetCookiesReturns : encoding/json.Unmarshaler
GetInterestGroupDetailsParams gets details for a named interest group.
Name string
OwnerOrigin string
Do executes Storage.getInterestGroupDetails against the provided context.
returns:
details
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetInterestGroupDetailsParams : github.com/goccy/go-json.Marshaler
*GetInterestGroupDetailsParams : github.com/goccy/go-json.Unmarshaler
GetInterestGroupDetailsParams : github.com/mailru/easyjson.Marshaler
*GetInterestGroupDetailsParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetInterestGroupDetailsParams : github.com/mailru/easyjson.Unmarshaler
GetInterestGroupDetailsParams : encoding/json.Marshaler
*GetInterestGroupDetailsParams : encoding/json.Unmarshaler
func GetInterestGroupDetails(ownerOrigin string, name string) *GetInterestGroupDetailsParams
GetInterestGroupDetailsReturns return values.
Details *InterestGroupDetails
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetInterestGroupDetailsReturns : github.com/goccy/go-json.Marshaler
*GetInterestGroupDetailsReturns : github.com/goccy/go-json.Unmarshaler
GetInterestGroupDetailsReturns : github.com/mailru/easyjson.Marshaler
*GetInterestGroupDetailsReturns : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetInterestGroupDetailsReturns : github.com/mailru/easyjson.Unmarshaler
GetInterestGroupDetailsReturns : encoding/json.Marshaler
*GetInterestGroupDetailsReturns : encoding/json.Unmarshaler
GetStorageKeyForFrameParams returns a storage key given a frame id.
FrameID cdp.FrameID
Do executes Storage.getStorageKeyForFrame against the provided context.
returns:
storageKey
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetStorageKeyForFrameParams : github.com/goccy/go-json.Marshaler
*GetStorageKeyForFrameParams : github.com/goccy/go-json.Unmarshaler
GetStorageKeyForFrameParams : github.com/mailru/easyjson.Marshaler
*GetStorageKeyForFrameParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetStorageKeyForFrameParams : github.com/mailru/easyjson.Unmarshaler
GetStorageKeyForFrameParams : encoding/json.Marshaler
*GetStorageKeyForFrameParams : encoding/json.Unmarshaler
func GetStorageKeyForFrame(frameID cdp.FrameID) *GetStorageKeyForFrameParams
GetStorageKeyForFrameReturns return values.
StorageKey SerializedStorageKey
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetStorageKeyForFrameReturns : github.com/goccy/go-json.Marshaler
*GetStorageKeyForFrameReturns : github.com/goccy/go-json.Unmarshaler
GetStorageKeyForFrameReturns : github.com/mailru/easyjson.Marshaler
*GetStorageKeyForFrameReturns : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetStorageKeyForFrameReturns : github.com/mailru/easyjson.Unmarshaler
GetStorageKeyForFrameReturns : encoding/json.Marshaler
*GetStorageKeyForFrameReturns : encoding/json.Unmarshaler
GetTrustTokensParams returns the number of stored Trust Tokens per issuer
for the current browsing context.
Do executes Storage.getTrustTokens against the provided context.
returns:
tokens
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetTrustTokensParams : github.com/goccy/go-json.Marshaler
*GetTrustTokensParams : github.com/goccy/go-json.Unmarshaler
GetTrustTokensParams : github.com/mailru/easyjson.Marshaler
*GetTrustTokensParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetTrustTokensParams : github.com/mailru/easyjson.Unmarshaler
GetTrustTokensParams : encoding/json.Marshaler
*GetTrustTokensParams : encoding/json.Unmarshaler
func GetTrustTokens() *GetTrustTokensParams
GetTrustTokensReturns return values.
Tokens []*TrustTokens
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetTrustTokensReturns : github.com/goccy/go-json.Marshaler
*GetTrustTokensReturns : github.com/goccy/go-json.Unmarshaler
GetTrustTokensReturns : github.com/mailru/easyjson.Marshaler
*GetTrustTokensReturns : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetTrustTokensReturns : github.com/mailru/easyjson.Unmarshaler
GetTrustTokensReturns : encoding/json.Marshaler
*GetTrustTokensReturns : encoding/json.Unmarshaler
GetUsageAndQuotaParams returns usage and quota in bytes.
// Origin to get certificate for.
Do executes Storage.getUsageAndQuota against the provided context.
returns:
usage - Storage usage (bytes).
quota - Storage quota (bytes).
overrideActive - Whether or not the origin has an active storage quota override
usageBreakdown - Storage usage per type (bytes).
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetUsageAndQuotaParams : github.com/goccy/go-json.Marshaler
*GetUsageAndQuotaParams : github.com/goccy/go-json.Unmarshaler
GetUsageAndQuotaParams : github.com/mailru/easyjson.Marshaler
*GetUsageAndQuotaParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetUsageAndQuotaParams : github.com/mailru/easyjson.Unmarshaler
GetUsageAndQuotaParams : encoding/json.Marshaler
*GetUsageAndQuotaParams : encoding/json.Unmarshaler
func GetUsageAndQuota(origin string) *GetUsageAndQuotaParams
GetUsageAndQuotaReturns return values.
// Whether or not the origin has an active storage quota override
// Storage quota (bytes).
// Storage usage (bytes).
// Storage usage per type (bytes).
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
GetUsageAndQuotaReturns : github.com/goccy/go-json.Marshaler
*GetUsageAndQuotaReturns : github.com/goccy/go-json.Unmarshaler
GetUsageAndQuotaReturns : github.com/mailru/easyjson.Marshaler
*GetUsageAndQuotaReturns : github.com/mailru/easyjson.MarshalerUnmarshaler
*GetUsageAndQuotaReturns : github.com/mailru/easyjson.Unmarshaler
GetUsageAndQuotaReturns : encoding/json.Marshaler
*GetUsageAndQuotaReturns : encoding/json.Unmarshaler
InterestGroupAccessType enum of interest group access types.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-InterestGroupAccessType
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the InterestGroupAccessType as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
InterestGroupAccessType : github.com/goccy/go-json.Marshaler
*InterestGroupAccessType : github.com/goccy/go-json.Unmarshaler
InterestGroupAccessType : github.com/mailru/easyjson.Marshaler
*InterestGroupAccessType : github.com/mailru/easyjson.MarshalerUnmarshaler
*InterestGroupAccessType : github.com/mailru/easyjson.Unmarshaler
InterestGroupAccessType : encoding/json.Marshaler
*InterestGroupAccessType : encoding/json.Unmarshaler
InterestGroupAccessType : expvar.Var
InterestGroupAccessType : fmt.Stringer
const InterestGroupAccessTypeAdditionalBid
const InterestGroupAccessTypeAdditionalBidWin
const InterestGroupAccessTypeBid
const InterestGroupAccessTypeClear
const InterestGroupAccessTypeJoin
const InterestGroupAccessTypeLeave
const InterestGroupAccessTypeLoaded
const InterestGroupAccessTypeUpdate
const InterestGroupAccessTypeWin
InterestGroupAd ad advertising element inside an interest group.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-InterestGroupAd
Metadata string
RenderURL string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
InterestGroupAd : github.com/goccy/go-json.Marshaler
*InterestGroupAd : github.com/goccy/go-json.Unmarshaler
InterestGroupAd : github.com/mailru/easyjson.Marshaler
*InterestGroupAd : github.com/mailru/easyjson.MarshalerUnmarshaler
*InterestGroupAd : github.com/mailru/easyjson.Unmarshaler
InterestGroupAd : encoding/json.Marshaler
*InterestGroupAd : encoding/json.Unmarshaler
InterestGroupDetails the full details of an interest group.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-InterestGroupDetails
AdComponents []*InterestGroupAd
Ads []*InterestGroupAd
BiddingLogicURL string
BiddingWasmHelperURL string
ExpirationTime *cdp.TimeSinceEpoch
JoiningOrigin string
Name string
OwnerOrigin string
TrustedBiddingSignalsKeys []string
TrustedBiddingSignalsURL string
UpdateURL string
UserBiddingSignals string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
InterestGroupDetails : github.com/goccy/go-json.Marshaler
*InterestGroupDetails : github.com/goccy/go-json.Unmarshaler
InterestGroupDetails : github.com/mailru/easyjson.Marshaler
*InterestGroupDetails : github.com/mailru/easyjson.MarshalerUnmarshaler
*InterestGroupDetails : github.com/mailru/easyjson.Unmarshaler
InterestGroupDetails : encoding/json.Marshaler
*InterestGroupDetails : encoding/json.Unmarshaler
func (*GetInterestGroupDetailsParams).Do(ctx context.Context) (details *InterestGroupDetails, err error)
OverrideQuotaForOriginParams override quota for the specified origin.
// Security origin.
// The quota size (in bytes) to override the original quota with. If this is called multiple times, the overridden quota will be equal to the quotaSize provided in the final call. If this is called without specifying a quotaSize, the quota will be reset to the default value for the specified origin. If this is called multiple times with different origins, the override will be maintained for each origin until it is disabled (called without a quotaSize).
Do executes Storage.overrideQuotaForOrigin against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
WithQuotaSize the quota size (in bytes) to override the original quota
with. If this is called multiple times, the overridden quota will be equal to
the quotaSize provided in the final call. If this is called without
specifying a quotaSize, the quota will be reset to the default value for the
specified origin. If this is called multiple times with different origins,
the override will be maintained for each origin until it is disabled (called
without a quotaSize).
*OverrideQuotaForOriginParams : github.com/chromedp/chromedp.Action
*OverrideQuotaForOriginParams : github.com/chromedp/chromedp.CallAction
*OverrideQuotaForOriginParams : github.com/chromedp/chromedp.EmulateAction
*OverrideQuotaForOriginParams : github.com/chromedp/chromedp.EvaluateAction
*OverrideQuotaForOriginParams : github.com/chromedp/chromedp.KeyAction
*OverrideQuotaForOriginParams : github.com/chromedp/chromedp.MouseAction
*OverrideQuotaForOriginParams : github.com/chromedp/chromedp.NavigateAction
*OverrideQuotaForOriginParams : github.com/chromedp/chromedp.PollAction
*OverrideQuotaForOriginParams : github.com/chromedp/chromedp.QueryAction
OverrideQuotaForOriginParams : github.com/goccy/go-json.Marshaler
*OverrideQuotaForOriginParams : github.com/goccy/go-json.Unmarshaler
OverrideQuotaForOriginParams : github.com/mailru/easyjson.Marshaler
*OverrideQuotaForOriginParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*OverrideQuotaForOriginParams : github.com/mailru/easyjson.Unmarshaler
OverrideQuotaForOriginParams : encoding/json.Marshaler
*OverrideQuotaForOriginParams : encoding/json.Unmarshaler
func OverrideQuotaForOrigin(origin string) *OverrideQuotaForOriginParams
func OverrideQuotaForOriginParams.WithQuotaSize(quotaSize float64) *OverrideQuotaForOriginParams
RunBounceTrackingMitigationsParams deletes state for sites identified as
potential bounce trackers, immediately.
Do executes Storage.runBounceTrackingMitigations against the provided context.
returns:
deletedSites
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
RunBounceTrackingMitigationsParams : github.com/goccy/go-json.Marshaler
*RunBounceTrackingMitigationsParams : github.com/goccy/go-json.Unmarshaler
RunBounceTrackingMitigationsParams : github.com/mailru/easyjson.Marshaler
*RunBounceTrackingMitigationsParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*RunBounceTrackingMitigationsParams : github.com/mailru/easyjson.Unmarshaler
RunBounceTrackingMitigationsParams : encoding/json.Marshaler
*RunBounceTrackingMitigationsParams : encoding/json.Unmarshaler
func RunBounceTrackingMitigations() *RunBounceTrackingMitigationsParams
RunBounceTrackingMitigationsReturns return values.
DeletedSites []string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
RunBounceTrackingMitigationsReturns : github.com/goccy/go-json.Marshaler
*RunBounceTrackingMitigationsReturns : github.com/goccy/go-json.Unmarshaler
RunBounceTrackingMitigationsReturns : github.com/mailru/easyjson.Marshaler
*RunBounceTrackingMitigationsReturns : github.com/mailru/easyjson.MarshalerUnmarshaler
*RunBounceTrackingMitigationsReturns : github.com/mailru/easyjson.Unmarshaler
RunBounceTrackingMitigationsReturns : encoding/json.Marshaler
*RunBounceTrackingMitigationsReturns : encoding/json.Unmarshaler
SerializedStorageKey [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-SerializedStorageKey
String returns the SerializedStorageKey as string value.
SerializedStorageKey : expvar.Var
SerializedStorageKey : fmt.Stringer
func (*GetStorageKeyForFrameParams).Do(ctx context.Context) (storageKey SerializedStorageKey, err error)
SetAttributionReportingLocalTestingModeParams
https://wicg.github.io/attribution-reporting-api/.
Enabled bool
Do executes Storage.setAttributionReportingLocalTestingMode against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*SetAttributionReportingLocalTestingModeParams : github.com/chromedp/chromedp.Action
*SetAttributionReportingLocalTestingModeParams : github.com/chromedp/chromedp.CallAction
*SetAttributionReportingLocalTestingModeParams : github.com/chromedp/chromedp.EmulateAction
*SetAttributionReportingLocalTestingModeParams : github.com/chromedp/chromedp.EvaluateAction
*SetAttributionReportingLocalTestingModeParams : github.com/chromedp/chromedp.KeyAction
*SetAttributionReportingLocalTestingModeParams : github.com/chromedp/chromedp.MouseAction
*SetAttributionReportingLocalTestingModeParams : github.com/chromedp/chromedp.NavigateAction
*SetAttributionReportingLocalTestingModeParams : github.com/chromedp/chromedp.PollAction
*SetAttributionReportingLocalTestingModeParams : github.com/chromedp/chromedp.QueryAction
SetAttributionReportingLocalTestingModeParams : github.com/goccy/go-json.Marshaler
*SetAttributionReportingLocalTestingModeParams : github.com/goccy/go-json.Unmarshaler
SetAttributionReportingLocalTestingModeParams : github.com/mailru/easyjson.Marshaler
*SetAttributionReportingLocalTestingModeParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*SetAttributionReportingLocalTestingModeParams : github.com/mailru/easyjson.Unmarshaler
SetAttributionReportingLocalTestingModeParams : encoding/json.Marshaler
*SetAttributionReportingLocalTestingModeParams : encoding/json.Unmarshaler
func SetAttributionReportingLocalTestingMode(enabled bool) *SetAttributionReportingLocalTestingModeParams
SetAttributionReportingTrackingParams enables/disables issuing of
Attribution Reporting events.
// Enable or disable.
Do executes Storage.setAttributionReportingTracking against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*SetAttributionReportingTrackingParams : github.com/chromedp/chromedp.Action
*SetAttributionReportingTrackingParams : github.com/chromedp/chromedp.CallAction
*SetAttributionReportingTrackingParams : github.com/chromedp/chromedp.EmulateAction
*SetAttributionReportingTrackingParams : github.com/chromedp/chromedp.EvaluateAction
*SetAttributionReportingTrackingParams : github.com/chromedp/chromedp.KeyAction
*SetAttributionReportingTrackingParams : github.com/chromedp/chromedp.MouseAction
*SetAttributionReportingTrackingParams : github.com/chromedp/chromedp.NavigateAction
*SetAttributionReportingTrackingParams : github.com/chromedp/chromedp.PollAction
*SetAttributionReportingTrackingParams : github.com/chromedp/chromedp.QueryAction
SetAttributionReportingTrackingParams : github.com/goccy/go-json.Marshaler
*SetAttributionReportingTrackingParams : github.com/goccy/go-json.Unmarshaler
SetAttributionReportingTrackingParams : github.com/mailru/easyjson.Marshaler
*SetAttributionReportingTrackingParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*SetAttributionReportingTrackingParams : github.com/mailru/easyjson.Unmarshaler
SetAttributionReportingTrackingParams : encoding/json.Marshaler
*SetAttributionReportingTrackingParams : encoding/json.Unmarshaler
func SetAttributionReportingTracking(enable bool) *SetAttributionReportingTrackingParams
SetCookiesParams sets given cookies.
// Browser context to use when called on the browser endpoint.
// Cookies to be set.
Do executes Storage.setCookies against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
WithBrowserContextID browser context to use when called on the browser
endpoint.
*SetCookiesParams : github.com/chromedp/chromedp.Action
*SetCookiesParams : github.com/chromedp/chromedp.CallAction
*SetCookiesParams : github.com/chromedp/chromedp.EmulateAction
*SetCookiesParams : github.com/chromedp/chromedp.EvaluateAction
*SetCookiesParams : github.com/chromedp/chromedp.KeyAction
*SetCookiesParams : github.com/chromedp/chromedp.MouseAction
*SetCookiesParams : github.com/chromedp/chromedp.NavigateAction
*SetCookiesParams : github.com/chromedp/chromedp.PollAction
*SetCookiesParams : github.com/chromedp/chromedp.QueryAction
SetCookiesParams : github.com/goccy/go-json.Marshaler
*SetCookiesParams : github.com/goccy/go-json.Unmarshaler
SetCookiesParams : github.com/mailru/easyjson.Marshaler
*SetCookiesParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*SetCookiesParams : github.com/mailru/easyjson.Unmarshaler
SetCookiesParams : encoding/json.Marshaler
*SetCookiesParams : encoding/json.Unmarshaler
func SetCookies(cookies []*network.CookieParam) *SetCookiesParams
func SetCookiesParams.WithBrowserContextID(browserContextID cdp.BrowserContextID) *SetCookiesParams
SetInterestGroupTrackingParams enables/Disables issuing of
interestGroupAccessed events.
// Enable or disable.
Do executes Storage.setInterestGroupTracking against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*SetInterestGroupTrackingParams : github.com/chromedp/chromedp.Action
*SetInterestGroupTrackingParams : github.com/chromedp/chromedp.CallAction
*SetInterestGroupTrackingParams : github.com/chromedp/chromedp.EmulateAction
*SetInterestGroupTrackingParams : github.com/chromedp/chromedp.EvaluateAction
*SetInterestGroupTrackingParams : github.com/chromedp/chromedp.KeyAction
*SetInterestGroupTrackingParams : github.com/chromedp/chromedp.MouseAction
*SetInterestGroupTrackingParams : github.com/chromedp/chromedp.NavigateAction
*SetInterestGroupTrackingParams : github.com/chromedp/chromedp.PollAction
*SetInterestGroupTrackingParams : github.com/chromedp/chromedp.QueryAction
SetInterestGroupTrackingParams : github.com/goccy/go-json.Marshaler
*SetInterestGroupTrackingParams : github.com/goccy/go-json.Unmarshaler
SetInterestGroupTrackingParams : github.com/mailru/easyjson.Marshaler
*SetInterestGroupTrackingParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*SetInterestGroupTrackingParams : github.com/mailru/easyjson.Unmarshaler
SetInterestGroupTrackingParams : encoding/json.Marshaler
*SetInterestGroupTrackingParams : encoding/json.Unmarshaler
func SetInterestGroupTracking(enable bool) *SetInterestGroupTrackingParams
SetStorageBucketTrackingParams set tracking for a storage key's buckets.
Enable bool
StorageKey string
Do executes Storage.setStorageBucketTracking against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*SetStorageBucketTrackingParams : github.com/chromedp/chromedp.Action
*SetStorageBucketTrackingParams : github.com/chromedp/chromedp.CallAction
*SetStorageBucketTrackingParams : github.com/chromedp/chromedp.EmulateAction
*SetStorageBucketTrackingParams : github.com/chromedp/chromedp.EvaluateAction
*SetStorageBucketTrackingParams : github.com/chromedp/chromedp.KeyAction
*SetStorageBucketTrackingParams : github.com/chromedp/chromedp.MouseAction
*SetStorageBucketTrackingParams : github.com/chromedp/chromedp.NavigateAction
*SetStorageBucketTrackingParams : github.com/chromedp/chromedp.PollAction
*SetStorageBucketTrackingParams : github.com/chromedp/chromedp.QueryAction
SetStorageBucketTrackingParams : github.com/goccy/go-json.Marshaler
*SetStorageBucketTrackingParams : github.com/goccy/go-json.Unmarshaler
SetStorageBucketTrackingParams : github.com/mailru/easyjson.Marshaler
*SetStorageBucketTrackingParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*SetStorageBucketTrackingParams : github.com/mailru/easyjson.Unmarshaler
SetStorageBucketTrackingParams : encoding/json.Marshaler
*SetStorageBucketTrackingParams : encoding/json.Unmarshaler
func SetStorageBucketTracking(storageKey string, enable bool) *SetStorageBucketTrackingParams
SignedInt64asBase10 [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-SignedInt64AsBase10
String returns the SignedInt64asBase10 as string value.
SignedInt64asBase10 : expvar.Var
SignedInt64asBase10 : fmt.Stringer
TrackCacheStorageForOriginParams registers origin to be notified when an
update occurs to its cache storage list.
// Origin to get certificate for.
Do executes Storage.trackCacheStorageForOrigin against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*TrackCacheStorageForOriginParams : github.com/chromedp/chromedp.Action
*TrackCacheStorageForOriginParams : github.com/chromedp/chromedp.CallAction
*TrackCacheStorageForOriginParams : github.com/chromedp/chromedp.EmulateAction
*TrackCacheStorageForOriginParams : github.com/chromedp/chromedp.EvaluateAction
*TrackCacheStorageForOriginParams : github.com/chromedp/chromedp.KeyAction
*TrackCacheStorageForOriginParams : github.com/chromedp/chromedp.MouseAction
*TrackCacheStorageForOriginParams : github.com/chromedp/chromedp.NavigateAction
*TrackCacheStorageForOriginParams : github.com/chromedp/chromedp.PollAction
*TrackCacheStorageForOriginParams : github.com/chromedp/chromedp.QueryAction
TrackCacheStorageForOriginParams : github.com/goccy/go-json.Marshaler
*TrackCacheStorageForOriginParams : github.com/goccy/go-json.Unmarshaler
TrackCacheStorageForOriginParams : github.com/mailru/easyjson.Marshaler
*TrackCacheStorageForOriginParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*TrackCacheStorageForOriginParams : github.com/mailru/easyjson.Unmarshaler
TrackCacheStorageForOriginParams : encoding/json.Marshaler
*TrackCacheStorageForOriginParams : encoding/json.Unmarshaler
func TrackCacheStorageForOrigin(origin string) *TrackCacheStorageForOriginParams
TrackCacheStorageForStorageKeyParams registers storage key to be notified
when an update occurs to its cache storage list.
// Storage key.
Do executes Storage.trackCacheStorageForStorageKey against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*TrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.Action
*TrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.CallAction
*TrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.EmulateAction
*TrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.EvaluateAction
*TrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.KeyAction
*TrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.MouseAction
*TrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.NavigateAction
*TrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.PollAction
*TrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.QueryAction
TrackCacheStorageForStorageKeyParams : github.com/goccy/go-json.Marshaler
*TrackCacheStorageForStorageKeyParams : github.com/goccy/go-json.Unmarshaler
TrackCacheStorageForStorageKeyParams : github.com/mailru/easyjson.Marshaler
*TrackCacheStorageForStorageKeyParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*TrackCacheStorageForStorageKeyParams : github.com/mailru/easyjson.Unmarshaler
TrackCacheStorageForStorageKeyParams : encoding/json.Marshaler
*TrackCacheStorageForStorageKeyParams : encoding/json.Unmarshaler
func TrackCacheStorageForStorageKey(storageKey string) *TrackCacheStorageForStorageKeyParams
TrackIndexedDBForOriginParams registers origin to be notified when an
update occurs to its IndexedDB.
// Origin to get certificate for.
Do executes Storage.trackIndexedDBForOrigin against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*TrackIndexedDBForOriginParams : github.com/chromedp/chromedp.Action
*TrackIndexedDBForOriginParams : github.com/chromedp/chromedp.CallAction
*TrackIndexedDBForOriginParams : github.com/chromedp/chromedp.EmulateAction
*TrackIndexedDBForOriginParams : github.com/chromedp/chromedp.EvaluateAction
*TrackIndexedDBForOriginParams : github.com/chromedp/chromedp.KeyAction
*TrackIndexedDBForOriginParams : github.com/chromedp/chromedp.MouseAction
*TrackIndexedDBForOriginParams : github.com/chromedp/chromedp.NavigateAction
*TrackIndexedDBForOriginParams : github.com/chromedp/chromedp.PollAction
*TrackIndexedDBForOriginParams : github.com/chromedp/chromedp.QueryAction
TrackIndexedDBForOriginParams : github.com/goccy/go-json.Marshaler
*TrackIndexedDBForOriginParams : github.com/goccy/go-json.Unmarshaler
TrackIndexedDBForOriginParams : github.com/mailru/easyjson.Marshaler
*TrackIndexedDBForOriginParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*TrackIndexedDBForOriginParams : github.com/mailru/easyjson.Unmarshaler
TrackIndexedDBForOriginParams : encoding/json.Marshaler
*TrackIndexedDBForOriginParams : encoding/json.Unmarshaler
func TrackIndexedDBForOrigin(origin string) *TrackIndexedDBForOriginParams
TrackIndexedDBForStorageKeyParams registers storage key to be notified
when an update occurs to its IndexedDB.
// Storage key.
Do executes Storage.trackIndexedDBForStorageKey against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*TrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.Action
*TrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.CallAction
*TrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.EmulateAction
*TrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.EvaluateAction
*TrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.KeyAction
*TrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.MouseAction
*TrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.NavigateAction
*TrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.PollAction
*TrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.QueryAction
TrackIndexedDBForStorageKeyParams : github.com/goccy/go-json.Marshaler
*TrackIndexedDBForStorageKeyParams : github.com/goccy/go-json.Unmarshaler
TrackIndexedDBForStorageKeyParams : github.com/mailru/easyjson.Marshaler
*TrackIndexedDBForStorageKeyParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*TrackIndexedDBForStorageKeyParams : github.com/mailru/easyjson.Unmarshaler
TrackIndexedDBForStorageKeyParams : encoding/json.Marshaler
*TrackIndexedDBForStorageKeyParams : encoding/json.Unmarshaler
func TrackIndexedDBForStorageKey(storageKey string) *TrackIndexedDBForStorageKeyParams
TrustTokens pair of issuer origin and number of available (signed, but not
used) Trust Tokens from that issuer.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-TrustTokens
Count float64
IssuerOrigin string
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
TrustTokens : github.com/goccy/go-json.Marshaler
*TrustTokens : github.com/goccy/go-json.Unmarshaler
TrustTokens : github.com/mailru/easyjson.Marshaler
*TrustTokens : github.com/mailru/easyjson.MarshalerUnmarshaler
*TrustTokens : github.com/mailru/easyjson.Unmarshaler
TrustTokens : encoding/json.Marshaler
*TrustTokens : encoding/json.Unmarshaler
func (*GetTrustTokensParams).Do(ctx context.Context) (tokens []*TrustTokens, err error)
Type enum of possible storage types.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-StorageType
MarshalEasyJSON satisfies easyjson.Marshaler.
MarshalJSON satisfies json.Marshaler.
String returns the Type as string value.
UnmarshalEasyJSON satisfies easyjson.Unmarshaler.
UnmarshalJSON satisfies json.Unmarshaler.
Type : github.com/goccy/go-json.Marshaler
*Type : github.com/goccy/go-json.Unmarshaler
Type : github.com/mailru/easyjson.Marshaler
*Type : github.com/mailru/easyjson.MarshalerUnmarshaler
*Type : github.com/mailru/easyjson.Unmarshaler
Type : encoding/json.Marshaler
*Type : encoding/json.Unmarshaler
Type : expvar.Var
Type : fmt.Stringer
const TypeAll
const TypeAppcache
const TypeCacheStorage
const TypeCookies
const TypeFileSystems
const TypeIndexeddb
const TypeInterestGroups
const TypeLocalStorage
const TypeOther
const TypeServiceWorkers
const TypeShaderCache
const TypeSharedStorage
const TypeStorageBuckets
const TypeWebsql
UnsignedInt128asBase16 [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-UnsignedInt128AsBase16
String returns the UnsignedInt128asBase16 as string value.
UnsignedInt128asBase16 : expvar.Var
UnsignedInt128asBase16 : fmt.Stringer
UnsignedInt64asBase10 [no description].
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-UnsignedInt64AsBase10
String returns the UnsignedInt64asBase10 as string value.
UnsignedInt64asBase10 : expvar.Var
UnsignedInt64asBase10 : fmt.Stringer
UntrackCacheStorageForOriginParams unregisters origin from receiving
notifications for cache storage.
// Origin to get certificate for.
Do executes Storage.untrackCacheStorageForOrigin against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*UntrackCacheStorageForOriginParams : github.com/chromedp/chromedp.Action
*UntrackCacheStorageForOriginParams : github.com/chromedp/chromedp.CallAction
*UntrackCacheStorageForOriginParams : github.com/chromedp/chromedp.EmulateAction
*UntrackCacheStorageForOriginParams : github.com/chromedp/chromedp.EvaluateAction
*UntrackCacheStorageForOriginParams : github.com/chromedp/chromedp.KeyAction
*UntrackCacheStorageForOriginParams : github.com/chromedp/chromedp.MouseAction
*UntrackCacheStorageForOriginParams : github.com/chromedp/chromedp.NavigateAction
*UntrackCacheStorageForOriginParams : github.com/chromedp/chromedp.PollAction
*UntrackCacheStorageForOriginParams : github.com/chromedp/chromedp.QueryAction
UntrackCacheStorageForOriginParams : github.com/goccy/go-json.Marshaler
*UntrackCacheStorageForOriginParams : github.com/goccy/go-json.Unmarshaler
UntrackCacheStorageForOriginParams : github.com/mailru/easyjson.Marshaler
*UntrackCacheStorageForOriginParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*UntrackCacheStorageForOriginParams : github.com/mailru/easyjson.Unmarshaler
UntrackCacheStorageForOriginParams : encoding/json.Marshaler
*UntrackCacheStorageForOriginParams : encoding/json.Unmarshaler
func UntrackCacheStorageForOrigin(origin string) *UntrackCacheStorageForOriginParams
UntrackCacheStorageForStorageKeyParams unregisters storage key from
receiving notifications for cache storage.
// Storage key.
Do executes Storage.untrackCacheStorageForStorageKey against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*UntrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.Action
*UntrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.CallAction
*UntrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.EmulateAction
*UntrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.EvaluateAction
*UntrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.KeyAction
*UntrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.MouseAction
*UntrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.NavigateAction
*UntrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.PollAction
*UntrackCacheStorageForStorageKeyParams : github.com/chromedp/chromedp.QueryAction
UntrackCacheStorageForStorageKeyParams : github.com/goccy/go-json.Marshaler
*UntrackCacheStorageForStorageKeyParams : github.com/goccy/go-json.Unmarshaler
UntrackCacheStorageForStorageKeyParams : github.com/mailru/easyjson.Marshaler
*UntrackCacheStorageForStorageKeyParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*UntrackCacheStorageForStorageKeyParams : github.com/mailru/easyjson.Unmarshaler
UntrackCacheStorageForStorageKeyParams : encoding/json.Marshaler
*UntrackCacheStorageForStorageKeyParams : encoding/json.Unmarshaler
func UntrackCacheStorageForStorageKey(storageKey string) *UntrackCacheStorageForStorageKeyParams
UntrackIndexedDBForOriginParams unregisters origin from receiving
notifications for IndexedDB.
// Origin to get certificate for.
Do executes Storage.untrackIndexedDBForOrigin against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*UntrackIndexedDBForOriginParams : github.com/chromedp/chromedp.Action
*UntrackIndexedDBForOriginParams : github.com/chromedp/chromedp.CallAction
*UntrackIndexedDBForOriginParams : github.com/chromedp/chromedp.EmulateAction
*UntrackIndexedDBForOriginParams : github.com/chromedp/chromedp.EvaluateAction
*UntrackIndexedDBForOriginParams : github.com/chromedp/chromedp.KeyAction
*UntrackIndexedDBForOriginParams : github.com/chromedp/chromedp.MouseAction
*UntrackIndexedDBForOriginParams : github.com/chromedp/chromedp.NavigateAction
*UntrackIndexedDBForOriginParams : github.com/chromedp/chromedp.PollAction
*UntrackIndexedDBForOriginParams : github.com/chromedp/chromedp.QueryAction
UntrackIndexedDBForOriginParams : github.com/goccy/go-json.Marshaler
*UntrackIndexedDBForOriginParams : github.com/goccy/go-json.Unmarshaler
UntrackIndexedDBForOriginParams : github.com/mailru/easyjson.Marshaler
*UntrackIndexedDBForOriginParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*UntrackIndexedDBForOriginParams : github.com/mailru/easyjson.Unmarshaler
UntrackIndexedDBForOriginParams : encoding/json.Marshaler
*UntrackIndexedDBForOriginParams : encoding/json.Unmarshaler
func UntrackIndexedDBForOrigin(origin string) *UntrackIndexedDBForOriginParams
UntrackIndexedDBForStorageKeyParams unregisters storage key from receiving
notifications for IndexedDB.
// Storage key.
Do executes Storage.untrackIndexedDBForStorageKey against the provided context.
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
*UntrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.Action
*UntrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.CallAction
*UntrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.EmulateAction
*UntrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.EvaluateAction
*UntrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.KeyAction
*UntrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.MouseAction
*UntrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.NavigateAction
*UntrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.PollAction
*UntrackIndexedDBForStorageKeyParams : github.com/chromedp/chromedp.QueryAction
UntrackIndexedDBForStorageKeyParams : github.com/goccy/go-json.Marshaler
*UntrackIndexedDBForStorageKeyParams : github.com/goccy/go-json.Unmarshaler
UntrackIndexedDBForStorageKeyParams : github.com/mailru/easyjson.Marshaler
*UntrackIndexedDBForStorageKeyParams : github.com/mailru/easyjson.MarshalerUnmarshaler
*UntrackIndexedDBForStorageKeyParams : github.com/mailru/easyjson.Unmarshaler
UntrackIndexedDBForStorageKeyParams : encoding/json.Marshaler
*UntrackIndexedDBForStorageKeyParams : encoding/json.Unmarshaler
func UntrackIndexedDBForStorageKey(storageKey string) *UntrackIndexedDBForStorageKeyParams
UsageForType usage for a storage type.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#type-UsageForType
// Name of storage type.
// Storage usage (bytes).
MarshalEasyJSON supports easyjson.Marshaler interface
MarshalJSON supports json.Marshaler interface
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
UnmarshalJSON supports json.Unmarshaler interface
UsageForType : github.com/goccy/go-json.Marshaler
*UsageForType : github.com/goccy/go-json.Unmarshaler
UsageForType : github.com/mailru/easyjson.Marshaler
*UsageForType : github.com/mailru/easyjson.MarshalerUnmarshaler
*UsageForType : github.com/mailru/easyjson.Unmarshaler
UsageForType : encoding/json.Marshaler
*UsageForType : encoding/json.Unmarshaler
func (*GetUsageAndQuotaParams).Do(ctx context.Context) (usage float64, quota float64, overrideActive bool, usageBreakdown []*UsageForType, err error)
Package-Level Functions (total 32)
ClearCookies clears cookies.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-clearCookies
parameters:
ClearDataForOrigin clears storage for origin.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-clearDataForOrigin
parameters:
origin - Security origin.
storageTypes - Comma separated list of StorageType to clear.
ClearDataForStorageKey clears storage for storage key.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-clearDataForStorageKey
parameters:
storageKey - Storage key.
storageTypes - Comma separated list of StorageType to clear.
ClearTrustTokens removes all Trust Tokens issued by the provided
issuerOrigin. Leaves other stored data, including the issuer's Redemption
Records, intact.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-clearTrustTokens
parameters:
issuerOrigin
DeleteStorageBucket deletes the Storage Bucket with the given storage key
and bucket name.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-deleteStorageBucket
parameters:
bucket
GetCookies returns all browser cookies.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-getCookies
parameters:
GetInterestGroupDetails gets details for a named interest group.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-getInterestGroupDetails
parameters:
ownerOrigin
name
GetStorageKeyForFrame returns a storage key given a frame id.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-getStorageKeyForFrame
parameters:
frameID
GetTrustTokens returns the number of stored Trust Tokens per issuer for
the current browsing context.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-getTrustTokens
GetUsageAndQuota returns usage and quota in bytes.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-getUsageAndQuota
parameters:
origin - Security origin.
OverrideQuotaForOrigin override quota for the specified origin.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-overrideQuotaForOrigin
parameters:
origin - Security origin.
RunBounceTrackingMitigations deletes state for sites identified as
potential bounce trackers, immediately.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-runBounceTrackingMitigations
SetAttributionReportingLocalTestingMode
https://wicg.github.io/attribution-reporting-api/.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-setAttributionReportingLocalTestingMode
parameters:
enabled - If enabled, noise is suppressed and reports are sent immediately.
SetAttributionReportingTracking enables/disables issuing of Attribution
Reporting events.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-setAttributionReportingTracking
parameters:
enable
SetCookies sets given cookies.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-setCookies
parameters:
cookies - Cookies to be set.
SetInterestGroupTracking enables/Disables issuing of interestGroupAccessed
events.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-setInterestGroupTracking
parameters:
enable
SetStorageBucketTracking set tracking for a storage key's buckets.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-setStorageBucketTracking
parameters:
storageKey
enable
TrackCacheStorageForOrigin registers origin to be notified when an update
occurs to its cache storage list.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-trackCacheStorageForOrigin
parameters:
origin - Security origin.
TrackCacheStorageForStorageKey registers storage key to be notified when
an update occurs to its cache storage list.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-trackCacheStorageForStorageKey
parameters:
storageKey - Storage key.
TrackIndexedDBForOrigin registers origin to be notified when an update
occurs to its IndexedDB.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-trackIndexedDBForOrigin
parameters:
origin - Security origin.
TrackIndexedDBForStorageKey registers storage key to be notified when an
update occurs to its IndexedDB.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-trackIndexedDBForStorageKey
parameters:
storageKey - Storage key.
UntrackCacheStorageForOrigin unregisters origin from receiving
notifications for cache storage.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-untrackCacheStorageForOrigin
parameters:
origin - Security origin.
UntrackCacheStorageForStorageKey unregisters storage key from receiving
notifications for cache storage.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-untrackCacheStorageForStorageKey
parameters:
storageKey - Storage key.
UntrackIndexedDBForOrigin unregisters origin from receiving notifications
for IndexedDB.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-untrackIndexedDBForOrigin
parameters:
origin - Security origin.
UntrackIndexedDBForStorageKey unregisters storage key from receiving
notifications for IndexedDB.
See: https://chromedevtools.github.io/devtools-protocol/tot/Storage#method-untrackIndexedDBForStorageKey
parameters:
storageKey - Storage key.
Package-Level Constants (total 87)
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceRegistrationResult values.
AttributionReportingSourceType values.
BucketsDurability values.
BucketsDurability values.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
InterestGroupAccessType values.
InterestGroupAccessType values.
InterestGroupAccessType values.
InterestGroupAccessType values.
InterestGroupAccessType values.
InterestGroupAccessType values.
InterestGroupAccessType values.
InterestGroupAccessType values.
InterestGroupAccessType values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
Type values.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |