Re: [IndexedDB] IDBDAtabase.transaction clarification

>> IDBDatabase.transaction accepts either an array of strings or string as
>> first argument, which are the name of the object stores. What should
>> be used for the very first transaction of an empty database with no
>> object stores ? Empty array ?
>
> When a database is created a VERSION_CHANGE transaction is
> automatically created. So there is no need to call
> IDBDatabase.transaction. Not entirely sure I understand the question
> here.
>

Then how can one get a reference to that IDBTransaction object ?

Received on Thursday, 23 February 2012 21:56:48 UTC