This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
IDBIndex (and IDBIndexSync) should expose a readonly boolean "multientry" attribute reflecting the multientry flag of the index This is already present for the unique flag
Made change in source for sync & async versions of Index: readonly attribute boolean multientry; multientry of type boolean, readonly On getting, determine whether the index has the multientry flag set. No exceptions.
This is now in the Editors' Draft of 30 November. Thanks!