IndexedDB API: Missing exception

2012-08-21 Thread Kristof Degrave
Hi, I think there is an error missing on the delete method of the object store. All other mutation operations have an InvalidStateError, except the delete method. This error is also present on the delete method inside a cursor. Greetings, Kristof

autoincrement attribute on the object store

2012-01-31 Thread Kristof Degrave
I noticed that it isn't possible to resolve if an object store is using auto increment for his key. This would be useful to determine when a key should or shouldn't be provided when adding or putting data. Is there a possibility to provide this in a future version of the specification? Kind