DOMStorage
Query and modify DOM storage.
Types
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Disables storage tracking, prevents storage events from being sent to the client.
Link copied to clipboard
Enables storage tracking, storage events will now be delivered to the client.
Link copied to clipboard
suspend fun getDOMStorageItems(storageId: DOMStorage.StorageId): DOMStorage.GetDOMStorageItemsReturn
suspend fun getDOMStorageItems(args: DOMStorage.GetDOMStorageItemsParameter, mode: CommandMode = CommandMode.DEFAULT): DOMStorage.GetDOMStorageItemsReturn
Link copied to clipboard
suspend fun removeDOMStorageItem(args: DOMStorage.RemoveDOMStorageItemParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
suspend fun setDOMStorageItem(args: DOMStorage.SetDOMStorageItemParameter, mode: CommandMode = CommandMode.DEFAULT)