Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandStorageClearCookies + const CommandStorageClearDataForOrigin + const CommandStorageGetCookies + const CommandStorageGetUsageAndQuota + const CommandStorageSetCookies + const CommandStorageTrackCacheStorageForOrigin + const CommandStorageTrackIndexedDBForOrigin + const CommandStorageUntrackCacheStorageForOrigin + const CommandStorageUntrackIndexedDBForOrigin + const EventStorageCacheStorageContentUpdated + const EventStorageCacheStorageListUpdated + const EventStorageIndexedDBContentUpdated + const EventStorageIndexedDBListUpdated + var EventConstants = map[string]Unmarshaler + func GetEventReply(event string) (json.Unmarshaler, bool) + type CacheStorageContentUpdatedReply struct + CacheName string + Origin string + func (a *CacheStorageContentUpdatedReply) GetFrameID() string + func (a *CacheStorageContentUpdatedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *CacheStorageContentUpdatedReply) UnmarshalJSON(b []byte) error + type CacheStorageListUpdatedReply struct + Origin string + func (a *CacheStorageListUpdatedReply) GetFrameID() string + func (a *CacheStorageListUpdatedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *CacheStorageListUpdatedReply) UnmarshalJSON(b []byte) error + type ClearCookiesArgs struct + BrowserContextID shared.ContextID + func (a *ClearCookiesArgs) MarshalJSON() ([]byte, error) + func (a *ClearCookiesArgs) UnmarshalJSON(b []byte) error + type ClearCookiesReply struct + func (a *ClearCookiesReply) GetFrameID() string + func (a *ClearCookiesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ClearCookiesReply) UnmarshalJSON(b []byte) error + type ClearDataForOriginArgs struct + Origin string + StorageTypes string + func (a *ClearDataForOriginArgs) MarshalJSON() ([]byte, error) + func (a *ClearDataForOriginArgs) UnmarshalJSON(b []byte) error + type ClearDataForOriginReply struct + func (a *ClearDataForOriginReply) GetFrameID() string + func (a *ClearDataForOriginReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ClearDataForOriginReply) UnmarshalJSON(b []byte) error + type GetCookiesArgs struct + BrowserContextID shared.ContextID + func (a *GetCookiesArgs) MarshalJSON() ([]byte, error) + func (a *GetCookiesArgs) UnmarshalJSON(b []byte) error + type GetCookiesReply struct + Cookies []network.Cookie + func (a *GetCookiesReply) GetFrameID() string + func (a *GetCookiesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetCookiesReply) UnmarshalJSON(b []byte) error + type GetUsageAndQuotaArgs struct + Origin string + func (a *GetUsageAndQuotaArgs) MarshalJSON() ([]byte, error) + func (a *GetUsageAndQuotaArgs) UnmarshalJSON(b []byte) error + type GetUsageAndQuotaReply struct + Quota float64 + Usage float64 + UsageBreakdown []UsageForType + func (a *GetUsageAndQuotaReply) GetFrameID() string + func (a *GetUsageAndQuotaReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetUsageAndQuotaReply) UnmarshalJSON(b []byte) error + type IndexedDBContentUpdatedReply struct + DatabaseName string + ObjectStoreName string + Origin string + func (a *IndexedDBContentUpdatedReply) GetFrameID() string + func (a *IndexedDBContentUpdatedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *IndexedDBContentUpdatedReply) UnmarshalJSON(b []byte) error + type IndexedDBListUpdatedReply struct + Origin string + func (a *IndexedDBListUpdatedReply) GetFrameID() string + func (a *IndexedDBListUpdatedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *IndexedDBListUpdatedReply) UnmarshalJSON(b []byte) error + type SetCookiesArgs struct + BrowserContextID shared.ContextID + Cookies []network.CookieParam + func (a *SetCookiesArgs) MarshalJSON() ([]byte, error) + func (a *SetCookiesArgs) UnmarshalJSON(b []byte) error + type SetCookiesReply struct + func (a *SetCookiesReply) GetFrameID() string + func (a *SetCookiesReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetCookiesReply) UnmarshalJSON(b []byte) error + type TrackCacheStorageForOriginArgs struct + Origin string + func (a *TrackCacheStorageForOriginArgs) MarshalJSON() ([]byte, error) + func (a *TrackCacheStorageForOriginArgs) UnmarshalJSON(b []byte) error + type TrackCacheStorageForOriginReply struct + func (a *TrackCacheStorageForOriginReply) GetFrameID() string + func (a *TrackCacheStorageForOriginReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *TrackCacheStorageForOriginReply) UnmarshalJSON(b []byte) error + type TrackIndexedDBForOriginArgs struct + Origin string + func (a *TrackIndexedDBForOriginArgs) MarshalJSON() ([]byte, error) + func (a *TrackIndexedDBForOriginArgs) UnmarshalJSON(b []byte) error + type TrackIndexedDBForOriginReply struct + func (a *TrackIndexedDBForOriginReply) GetFrameID() string + func (a *TrackIndexedDBForOriginReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *TrackIndexedDBForOriginReply) UnmarshalJSON(b []byte) error + type Type string + const TypeAll + const TypeAppcache + const TypeCacheStorage + const TypeCookies + const TypeFileSystems + const TypeIndexeddb + const TypeLocalStorage + const TypeNotSet + const TypeOther + const TypeServiceWorkers + const TypeShaderCache + const TypeWebsql + func (e Type) String() string + func (e Type) Valid() bool + type Unmarshaler func() json.Unmarshaler + type UntrackCacheStorageForOriginArgs struct + Origin string + func (a *UntrackCacheStorageForOriginArgs) MarshalJSON() ([]byte, error) + func (a *UntrackCacheStorageForOriginArgs) UnmarshalJSON(b []byte) error + type UntrackCacheStorageForOriginReply struct + func (a *UntrackCacheStorageForOriginReply) GetFrameID() string + func (a *UntrackCacheStorageForOriginReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *UntrackCacheStorageForOriginReply) UnmarshalJSON(b []byte) error + type UntrackIndexedDBForOriginArgs struct + Origin string + func (a *UntrackIndexedDBForOriginArgs) MarshalJSON() ([]byte, error) + func (a *UntrackIndexedDBForOriginArgs) UnmarshalJSON(b []byte) error + type UntrackIndexedDBForOriginReply struct + func (a *UntrackIndexedDBForOriginReply) GetFrameID() string + func (a *UntrackIndexedDBForOriginReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *UntrackIndexedDBForOriginReply) UnmarshalJSON(b []byte) error + type UsageForType struct + StorageType Type + Usage float64