DiagnosticsStorage object
An object used to query and manipulate the page’s local & session storage.
Note These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.
Syntax
var oStorage = DiagnosticResources.localStorage;
var oStorage = DiagnosticResuorces.sessionStorage;
DOM Information
Inheritance Hierarchy
The DiagnosticsStorage does not inherit from any class or interface.
Members
The DiagnosticsStorage object has these types of members:
- Properties
Properties
The DiagnosticsStorage object has these properties.
Property | Access type | Description |
---|---|---|
Read/write |
Sets or gets whether quota limiting is used. |
|
Read-only |
Returns the size of the local or session storage. |