Back to Content

StorageEvent: url property

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

latest373 B
Original Source

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

The url property of the {{domxref("StorageEvent")}} interface returns the URL of the document whose storage changed.

Value

A string containing the URL of the document whose storage changed.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

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