Back to Content

StorageEvent: storageArea property

files/en-us/web/api/storageevent/storagearea/index.md

latest391 B
Original Source

{{APIRef("Web Storage API")}}

The storageArea property of the {{domxref("StorageEvent")}} interface returns the storage object that was affected.

Value

A {{DOMxRef("Storage")}} object that represents the storage object that was affected.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("Web Storage API", "", "", "nocode")}}