CDPotion.Domain.DOMStorage (cdpotion v0.1.1)

Summary

Types

DOM Storage item.

description not provided :(

DOM Storage identifier.

Functions

Parameters:

  • storageId:StorageId: description not provided :(

Disables storage tracking, prevents storage events from being sent to the client.

Enables storage tracking, storage events will now be delivered to the client.

Parameters:

  • storageId:StorageId: description not provided :(

Parameters:

  • storageId:StorageId: description not provided :(
  • key:string: description not provided :(

Parameters:

  • storageId:StorageId: description not provided :(
  • key:string: description not provided :(
  • value:string: description not provided :(

Types

@type item() :: [String.t()]

DOM Storage item.

Link to this type

serialized_storage_key()

@type serialized_storage_key() :: String.t()

description not provided :(

Link to this type

storage_id()

@type storage_id() :: %{
  isLocalStorage: boolean(),
  securityOrigin: String.t() | nil,
  storageKey: serialized_storage_key() | nil
}

DOM Storage identifier.

Functions

Link to this function

clear(storage_id)

Parameters:

  • storageId:StorageId: description not provided :(

Disables storage tracking, prevents storage events from being sent to the client.

Enables storage tracking, storage events will now be delivered to the client.

Link to this function

get_dom_storage_items(storage_id)

Parameters:

  • storageId:StorageId: description not provided :(
Link to this function

remove_dom_storage_item(storage_id, key)

Parameters:

  • storageId:StorageId: description not provided :(
  • key:string: description not provided :(
Link to this function

set_dom_storage_item(storage_id, key, value)

Parameters:

  • storageId:StorageId: description not provided :(
  • key:string: description not provided :(
  • value:string: description not provided :(