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 11376 - IDBObjectStore.put's DATA_ERR description needs clarification
Summary: IDBObjectStore.put's DATA_ERR description needs clarification
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: This bug has no owner yet - up for the taking
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-22 15:28 UTC by Jeremy Orlow
Modified: 2011-03-08 00:59 UTC (History)
2 users (show)

See Also:


Attachments

Description Jeremy Orlow 2010-11-22 15:28:33 UTC
IDBObjectStore.put's [0] DATA_ERR description needs clarification.  Right now it ways DATA_ERR means the "calculated" key is not valid, but really it should probably say that the key (calculated or not) is invalid.

[0] http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBObjectStore-put
Comment 1 Jeremy Orlow 2011-03-08 00:59:55 UTC
This was fixed.