- From: Jonas Sicking <jonas@sicking.cc>
- Date: Wed, 20 Apr 2011 15:15:49 -0700
- To: Israel Hilerio <israelh@microsoft.com>
- Cc: "public-webapps@w3.org" <public-webapps@w3.org>
On Wed, Apr 20, 2011 at 1:33 PM, Israel Hilerio <israelh@microsoft.com> wrote: > The open method description in the IDBFactory talks about setting the source of the IDBRequest to "no source". What does "no source" means ("undefined", "null", other)? > > In addition, what should be the value of the transaction property in the IDBRequest object returned from the open method? It seems this should be either "undefined" or null. It's (almost) just an internal property, so it doesn't really matter. There is no way to check. However we should make sure that IDBRequest.source returns null when the source is set to "no source". / Jonas
Received on Wednesday, 20 April 2011 22:16:46 UTC