Interface

StorageEvent

StorageEvent

A StorageEvent is sent to a window when a storage area it has access to is changed within the context of another document.

View Source js/lib.dom.d.ts, line 6460

Members

string | null

# key

Returns the key of the storage item being changed.

View Source js/lib.dom.d.ts, line 6463

string | null

# newValue

Returns the new value of the key of the storage item whose value is being changed.

View Source js/lib.dom.d.ts, line 6468

string | null

# oldValue

Returns the old value of the key of the storage item whose value is being changed.

View Source js/lib.dom.d.ts, line 6473

Storage | null

# storageArea

Returns the Storage object that was affected.

View Source js/lib.dom.d.ts, line 6478

string

# url

Returns the URL of the document whose storage item changed.

View Source js/lib.dom.d.ts, line 6483