DiagnosticsIndexedDB object

Object that provides methods and properties to access IndexedDB 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 oIndexedDB = DiagnosticResources.indexedDB;

DOM Information

Inheritance Hierarchy

The DiagnosticsIndexedDB does not inherit from any class or interface.

Members

The DiagnosticsIndexedDB object has these types of members:

  • Methods
  • Properties

Methods

The DiagnosticsIndexedDB object has these methods.

Method Description
clearIndexedDB

Removes an indexedDB object.

 

Properties

The DiagnosticsIndexedDB object has these properties.

Property Access type Description

quotaLimiting

Read/write

Sets or gets whether quota limiting is used.

size

Read-only

Returns the size of IndexedDB quota.