- From: Kyle Huey <me@kylehuey.com>
- Date: Wed, 13 Jun 2012 10:50:40 -0700
- To: Web Applications Working Group WG <public-webapps@w3.org>
Received on Wednesday, 13 June 2012 17:51:14 UTC
If a keypath passed to createObjectStore fails certain constraints (not passing arrays or empty strings to autoIncrement) the spec says to throw an InvalidAccessError. If a keypath passed to createIndex fails constraints (an array keypath passed to a multientry index) the spec says to throw a NotSupportedError. Why are these not consistent? - Kyle
Received on Wednesday, 13 June 2012 17:51:14 UTC