This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14735 - [IndexedDB] Add multientry attribute to IDBIndex
Summary: [IndexedDB] Add multientry attribute to IDBIndex
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Eliot Graff
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 01:13 UTC by Joshua Bell
Modified: 2011-11-30 19:55 UTC (History)
4 users (show)

See Also:


Attachments

Description Joshua Bell 2011-11-09 01:13:43 UTC
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
Comment 1 Eliot Graff 2011-11-30 00:51:26 UTC
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.
Comment 2 Eliot Graff 2011-11-30 19:55:57 UTC
This is now in the Editors' Draft of 30 November.

Thanks!