Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

storageArea property

Gets the Storage object of the affected document.

Internet Explorer 9

 

Syntax

JavaScript

p = object.storageArea

 

Property values

Type: Object

The Storage object.

Standards information

  • , Section 4.4.1

Remarks

Typically, the storageArea property returns a pointer to either the localStorage or sessionStorage property of the window that dispatches the event. If initStorageEvent initializes the storage event, storageArea might also return other objects. To determine if a user created the event, check the isTrusted attribute of the event.

See also

StorageEvent
Reference
localStorage
sessionStorage
url

 

 

Show:
© 2017 Microsoft