Share via


globalStorage Property

New for Windows Internet Explorer 8

Note: This documentation is preliminary and is subject to change.

Retrieves a list of DOM Storage areas for the domain.

Syntax

[ oStorageList = ] window.globalStorage

Possible Values

oStorageList Object that receives the storage area collection.

The property is read-only. The property has no default value.

Remarks

For more information, see Introduction to DOM Storage.

Standards Information

This property is defined in HTML 5 World Wide Web link.

Applies To

window

See Also

Introduction to DOM Storage