Re: [IndexedDB] Explicitly stablishing the timing of clone creation

2010-10-04 Thread Pablo Castro
On Mon, Aug 16, 2010 at 12:11 AM, Jonas Sicking jo...@sicking.cc wrote: On Fri, Aug 13, 2010 at 1:43 PM, Pablo Castro pablo.cas...@microsoft.com wrote: The spec for the asynchronous put and add methods in object store as well as update in cursors don't explicitly state when clones are

Re: [IndexedDB] Explicitly stablishing the timing of clone creation

2010-08-16 Thread Jeremy Orlow
On Mon, Aug 16, 2010 at 12:11 AM, Jonas Sicking jo...@sicking.cc wrote: On Fri, Aug 13, 2010 at 1:43 PM, Pablo Castro pablo.cas...@microsoft.com wrote: The spec for the asynchronous put and add methods in object store as well as update in cursors don't explicitly state when clones are

Re: [IndexedDB] Explicitly stablishing the timing of clone creation

2010-08-15 Thread Jonas Sicking
On Fri, Aug 13, 2010 at 1:43 PM, Pablo Castro pablo.cas...@microsoft.com wrote: The spec for the asynchronous put and add methods in object store as well as update in cursors don't explicitly state when clones are created, and can even be read as if clones should be created after the function