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

Remarks

For more information, see Introduction to Web Storage.

See also

Introduction to Web Storage