IndexedDB: IDBIndex.multientry attribute?

Should IDBIndex (and IDBIndexSync) expose a readonly boolean "multientry"
attribute reflecting the multientry flag of the index?

The index's unique flag is exposed in this way. Is there a reason the
multientry flag is not?

Received on Tuesday, 8 November 2011 21:52:21 UTC