RE: [IndexedDB] Spec Question on IDBFactory open method

2011-04-21 Thread Israel Hilerio
On Wed, Apr 20, 2011 at 3:16 PM, Jonas Sicking wrote: On Wed, Apr 20, 2011 at 1:46 PM, Shawn Wilsher wrote: On Wed, Apr 20, 2011 at 1:33 PM, Israel Hilerio isra...@microsoft.com wrote: The open method description in the IDBFactory talks about setting the source of the IDBRequest to no

RE: [IndexedDB] Spec Question on IDBFactory open method

2011-04-20 Thread Israel Hilerio
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

Re: [IndexedDB] Spec Question on IDBFactory open method

2011-04-20 Thread Shawn Wilsher
On 4/20/2011 1:33 PM, Israel Hilerio 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

Re: [IndexedDB] Spec Question on IDBFactory open method

2011-04-20 Thread Jonas Sicking
On Wed, Apr 20, 2011 at 1:33 PM, Israel Hilerio isra...@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