CDPotion.Domain.DOMStorage (cdpotion v0.1.0)

Summary

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 :(

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 :(