Re: [IndexedDB] Explaining Asynchronous event-style interface

2010-03-15 Thread Jeremy Orlow
On Sat, Mar 13, 2010 at 9:43 AM, Nikunj Mehta wrote: > (starting a new thread to focus discussion on identifying shortcomings of > currently specced API) > > As specced, it is possible to have multiple concurrent requests at various > API entry points, except for the > IndexedDatabaseRequest

[IndexedDB] Dynamic Transactions (WAS: Lots of small nits and clarifying questions)

2010-03-15 Thread Jeremy Orlow
On Mon, Mar 15, 2010 at 3:14 PM, Jeremy Orlow wrote: > On Sat, Mar 13, 2010 at 9:02 AM, Nikunj Mehta wrote: >> >> On Feb 18, 2010, at 9:08 AM, Jeremy Orlow wrote: >> > 2) In the spec, dynamic transactions and the difference between static >> and dynamic are not very well explained. >> >> >> Can

Re: [IndexedDB] Lots of small nits and clarifying questions

2010-03-15 Thread Jeremy Orlow
On Sat, Mar 13, 2010 at 9:02 AM, Nikunj Mehta wrote: > Thanks for your patience. Most questions below don't seem to need new spec > text. > > On Feb 18, 2010, at 9:08 AM, Jeremy Orlow wrote: > > I'm sorry that I let so much IndexedDB feedback get backlogged. In the > future, I'll try to trickle

Re: [IndexedDB] API feedback

2010-03-15 Thread Jeremy Orlow
On Sat, Mar 13, 2010 at 9:44 AM, Nikunj Mehta wrote: > > On Mar 12, 2010, at 9:05 AM, Aaron Boodman wrote: > > Looking at just this snip: >> >> function findFred(db) { >> db.request.onsuccess = function() { >> var index = db.request.result; >> index.request.onsuccess = function() { >> v