目录

HTML DOM StorageEvent

❮ DOM 事件 ❮ 事件对象


存储事件对象

StorageEvent 对象处理窗口存储区域发生更改时发生的事件。

存储事件

Event Occurs When
storage A Web Storage area is updated

存储事件属性

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

继承的属性和方法

StorageEvent 继承了以下所有属性和方法:

事件对象


❮ DOM 事件 ❮ 事件对象