- From: Israel Hilerio <israelh@microsoft.com>
- Date: Sat, 3 Mar 2012 01:41:36 +0000
- To: "public-webapps@w3.org" <public-webapps@w3.org>
- CC: Victor Ngo <vicngo@microsoft.com>
Received on Saturday, 3 March 2012 01:42:09 UTC
We need to define in the spec what should happen if a developers defines an invalid "mode" or "direction". Do we throw a TypeError Exception or revert to defauls? FF seems to allow this behavior and reverts back to a readOnly transaction mode and a direction of next, respectively: * db.transaction( objectStoreList, "invalidMode") === db.transaction( objectStoreList) * o.openCursor(keyRange, "invalidDirection") === o.openCursor(keyRange) We're okay with this behavior if everyone else agrees. Israel
Received on Saturday, 3 March 2012 01:42:09 UTC