Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type ClearArgs struct + StorageID StorageID + func NewClearArgs(storageID StorageID) *ClearArgs + type GetDOMStorageItemsArgs struct + StorageID StorageID + func NewGetDOMStorageItemsArgs(storageID StorageID) *GetDOMStorageItemsArgs + type GetDOMStorageItemsReply struct + Entries []Item + type Item []string + type ItemAddedClient interface + Recv func() (*ItemAddedReply, error) + type ItemAddedReply struct + Key string + NewValue string + StorageID StorageID + type ItemRemovedClient interface + Recv func() (*ItemRemovedReply, error) + type ItemRemovedReply struct + Key string + StorageID StorageID + type ItemUpdatedClient interface + Recv func() (*ItemUpdatedReply, error) + type ItemUpdatedReply struct + Key string + NewValue string + OldValue string + StorageID StorageID + type ItemsClearedClient interface + Recv func() (*ItemsClearedReply, error) + type ItemsClearedReply struct + StorageID StorageID + type RemoveDOMStorageItemArgs struct + Key string + StorageID StorageID + func NewRemoveDOMStorageItemArgs(storageID StorageID, key string) *RemoveDOMStorageItemArgs + type SetDOMStorageItemArgs struct + Key string + StorageID StorageID + Value string + func NewSetDOMStorageItemArgs(storageID StorageID, key string, value string) *SetDOMStorageItemArgs + type StorageID struct + IsLocalStorage bool + SecurityOrigin string