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.

localStorage property

Retrieves the Web Storage area specific to the current document.

Web Storage, Section 4.3Internet Explorer 8

 

Syntax

JavaScript

p = object.localStorage

 

Property values

Type: Object

The storage area .

Standards information

Remarks

For more information, see Introduction to Web Storage.

See also

window
Introduction to Web Storage

 

 

Show:
© 2017 Microsoft