docs.rodeo

MDN Web Docs mirror

StorageEvent

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

The StorageEvent interface is implemented by the {{domxref("Window/storage_event", "storage")}}  event, which is sent to a window when a storage area the window has access to is changed within the context of another document.

{{InheritanceDiagram}} 

Constructor

Instance properties

In addition to the properties listed below, this interface inherits the properties of its parent interface, {{domxref("Event")}} .

Instance methods

In addition to the methods listed below, this interface inherits the methods of its parent interface, {{domxref("Event")}} .

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN