2.1.7 [W3C-INDEXEDDB-2] Section 4.6. The IDBIndex interface

V0031: The multiEntry attribute is not supported

The specification states:

 4.6. The IDBIndex interface
  
     The IDBIndex interface represents an index handle.
         ...
         interface IDBIndex {
             …
             readonly attribute boolean multiEntry;
             …
         };

EdgeHTML Mode

The multiEntry attribute is not supported.

V0045: The getAll and getAllKeys functions are not supported

The specification states:

 4.6. The IDBIndex interface
  
     The IDBIndex interface represents an index handle.
  
         interface IDBIndex {
             ...
             [NewObject] IDBRequest getAll(optional any query,
                 optional [EnforceRange] unsigned long count);
             [NewObject] IDBRequest getAllKeys(optional any query,
               optional [EnforceRange] unsigned long count);
             ...
         };

EdgeHTML Mode

The getAll and getAllKeys functions are not supported.