toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.domstorage.events
/
DOMStorageEvent
/
DomStorageItemUpdated
Dom
Storage
Item
Updated
@
Serializable
data
class
DomStorageItemUpdated
(
val
storageId
:
StorageId
,
val
key
:
String
,
val
oldValue
:
String
,
val
newValue
:
String
)
:
DOMStorageEvent
(undocumented in the protocol definition)
Official doc
Members
Constructors
Dom
Storage
Item
Updated
Link copied to clipboard
constructor
(
storageId
:
StorageId
,
key
:
String
,
oldValue
:
String
,
newValue
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
(undocumented in the protocol definition)
new
Value
Link copied to clipboard
val
newValue
:
String
(undocumented in the protocol definition)
old
Value
Link copied to clipboard
val
oldValue
:
String
(undocumented in the protocol definition)
storage
Id
Link copied to clipboard
val
storageId
:
StorageId
(undocumented in the protocol definition)