Back to Content

StorageEvent: newValue property

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

latest378 B
Original Source

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

The newValue property of the {{domxref("StorageEvent")}} interface returns the new value of the storage item whose value was changed.

Value

A string containing the new value of the storage item.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

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