Back to Content

StorageEvent: key property

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

latest373 B
Original Source

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

The key property of the {{domxref("StorageEvent")}} interface returns the key for the storage item that was changed.

Value

A string containing the key for the storage item that was changed.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

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