[indexeddb] Calling update on a cursor index with a unique value constraint

What is the expected behavior when calling update() in a cursor index that requires unique values.  Firefox allows the update, even when it results in a duplicate value.  Chrome throws an error event with the code set to UNKNOWN_ERR.

We believe an error should be thrown because of the violation of the unique value index constraint and the error code should be set to CONSTRAINT_ERR.  What do you think?

Israel

Received on Wednesday, 6 July 2011 17:07:06 UTC