Re: IndexedDB: IDBIndex.multientry attribute?

2011-11-08 Thread Jonas Sicking
Yes! Please file a bug on this. We really should be tracking these types of
things in bugs as we approach last call. We noticed tidy that .cmp still
returns reversed results for example.

/ Jonas

On Tuesday, November 8, 2011, Joshua Bell  wrote:
> 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?
>


IndexedDB: IDBIndex.multientry attribute?

2011-11-08 Thread Joshua Bell
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?