HTML DOM StorageEvent
The StorageEvent Object
The StorageEvent Object handles events that occur when there is changes in the window's storage area.
Storage Events
Event | Occurs When |
---|---|
storage | A Web Storage area is updated |
StorageEvent Properties
Property | Returns |
---|---|
key | The key of the storage item |
newValue | The new value of the storage item |
oldValue | The old value of the storage item |
storageArea | The affected storage object |
url | The URL of the changed item's document |
Inherited Properties and Methods
The StorageEvent inherits all the properties and methods from: