localStorage property
Retrieves the Web Storage area specific to the current document.
Syntax
HRESULT value = object.get_localStorage(HTMLStorage* p);
Property values
Type: Object
The storage area .
Standards information
- Web Storage, Section 4.3
Remarks
For more information, see Introduction to Web Storage.