Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandClear + const CommandDisable + const CommandEnable + const CommandGetDOMStorageItems + const CommandRemoveDOMStorageItem + const CommandSetDOMStorageItem + type ClearParams struct + StorageID *StorageID + func Clear(storageID *StorageID) *ClearParams + func (p *ClearParams) Do(ctx context.Context) (err error) + func (v *ClearParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ClearParams) UnmarshalJSON(data []byte) error + func (v ClearParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ClearParams) MarshalJSON() ([]byte, error) + type DisableParams struct + func Disable() *DisableParams + func (p *DisableParams) Do(ctx context.Context) (err error) + func (v *DisableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DisableParams) UnmarshalJSON(data []byte) error + func (v DisableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v DisableParams) MarshalJSON() ([]byte, error) + type EnableParams struct + func Enable() *EnableParams + func (p *EnableParams) Do(ctx context.Context) (err error) + func (v *EnableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EnableParams) UnmarshalJSON(data []byte) error + func (v EnableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v EnableParams) MarshalJSON() ([]byte, error) + type EventDomStorageItemAdded struct + Key string + NewValue string + StorageID *StorageID + func (v *EventDomStorageItemAdded) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventDomStorageItemAdded) UnmarshalJSON(data []byte) error + func (v EventDomStorageItemAdded) MarshalEasyJSON(w *jwriter.Writer) + func (v EventDomStorageItemAdded) MarshalJSON() ([]byte, error) + type EventDomStorageItemRemoved struct + Key string + StorageID *StorageID + func (v *EventDomStorageItemRemoved) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventDomStorageItemRemoved) UnmarshalJSON(data []byte) error + func (v EventDomStorageItemRemoved) MarshalEasyJSON(w *jwriter.Writer) + func (v EventDomStorageItemRemoved) MarshalJSON() ([]byte, error) + type EventDomStorageItemUpdated struct + Key string + NewValue string + OldValue string + StorageID *StorageID + func (v *EventDomStorageItemUpdated) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventDomStorageItemUpdated) UnmarshalJSON(data []byte) error + func (v EventDomStorageItemUpdated) MarshalEasyJSON(w *jwriter.Writer) + func (v EventDomStorageItemUpdated) MarshalJSON() ([]byte, error) + type EventDomStorageItemsCleared struct + StorageID *StorageID + func (v *EventDomStorageItemsCleared) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventDomStorageItemsCleared) UnmarshalJSON(data []byte) error + func (v EventDomStorageItemsCleared) MarshalEasyJSON(w *jwriter.Writer) + func (v EventDomStorageItemsCleared) MarshalJSON() ([]byte, error) + type GetDOMStorageItemsParams struct + StorageID *StorageID + func GetDOMStorageItems(storageID *StorageID) *GetDOMStorageItemsParams + func (p *GetDOMStorageItemsParams) Do(ctx context.Context) (entries []Item, err error) + func (v *GetDOMStorageItemsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetDOMStorageItemsParams) UnmarshalJSON(data []byte) error + func (v GetDOMStorageItemsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetDOMStorageItemsParams) MarshalJSON() ([]byte, error) + type GetDOMStorageItemsReturns struct + Entries []Item + func (v *GetDOMStorageItemsReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetDOMStorageItemsReturns) UnmarshalJSON(data []byte) error + func (v GetDOMStorageItemsReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetDOMStorageItemsReturns) MarshalJSON() ([]byte, error) + type Item []string + type RemoveDOMStorageItemParams struct + Key string + StorageID *StorageID + func RemoveDOMStorageItem(storageID *StorageID, key string) *RemoveDOMStorageItemParams + func (p *RemoveDOMStorageItemParams) Do(ctx context.Context) (err error) + func (v *RemoveDOMStorageItemParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *RemoveDOMStorageItemParams) UnmarshalJSON(data []byte) error + func (v RemoveDOMStorageItemParams) MarshalEasyJSON(w *jwriter.Writer) + func (v RemoveDOMStorageItemParams) MarshalJSON() ([]byte, error) + type SerializedStorageKey string + func (t SerializedStorageKey) String() string + type SetDOMStorageItemParams struct + Key string + StorageID *StorageID + Value string + func SetDOMStorageItem(storageID *StorageID, key string, value string) *SetDOMStorageItemParams + func (p *SetDOMStorageItemParams) Do(ctx context.Context) (err error) + func (v *SetDOMStorageItemParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetDOMStorageItemParams) UnmarshalJSON(data []byte) error + func (v SetDOMStorageItemParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetDOMStorageItemParams) MarshalJSON() ([]byte, error) + type StorageID struct + IsLocalStorage bool + SecurityOrigin string + StorageKey SerializedStorageKey + func (v *StorageID) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StorageID) UnmarshalJSON(data []byte) error + func (v StorageID) MarshalEasyJSON(w *jwriter.Writer) + func (v StorageID) MarshalJSON() ([]byte, error)