package
0.0.0-20250224005500-01948a15fe7c
Repository: https://github.com/chromedp/cdproto.git
Documentation: pkg.go.dev
# Functions
ClearStorageItems clears extension storage in the given storageArea.
GetStorageItems gets data from extension storage in the given storageArea.
LoadUnpacked installs an unpacked extension from the filesystem similar to --load-extension CLI flags.
RemoveStorageItems removes keys from extension storage in the given storageArea.
SetStorageItems sets values in extension storage in the given storageArea.
Uninstall uninstalls an unpacked extension (others not supported) from the profile.
# Constants
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
StorageArea values.
StorageArea values.
StorageArea values.
StorageArea values.
# Structs
ClearStorageItemsParams clears extension storage in the given storageArea.
GetStorageItemsParams gets data from extension storage in the given storageArea.
GetStorageItemsReturns return values.
LoadUnpackedParams installs an unpacked extension from the filesystem similar to --load-extension CLI flags.
LoadUnpackedReturns return values.
RemoveStorageItemsParams removes keys from extension storage in the given storageArea.
SetStorageItemsParams sets values in extension storage in the given storageArea.
UninstallParams uninstalls an unpacked extension (others not supported) from the profile.
# Type aliases
StorageArea storage areas.