[Bug 10794] [IndexedDB] Clarify createObjectStore/removeObjectStore's tie to the database setVersion was called on

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10794

Eliot Graff <eliotgra@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Eliot Graff <eliotgra@microsoft.com> 2011-06-03 06:05:27 UTC ---
Added the following sentences:

]]
The createObjectStore method is tied to the instance of the database that
setVersion was called on and can make changes to that database instance only. 

The deleteObjectStore method is tied to the instance of the database that
setVersion was called on and can make changes to that database instance only. 
[[

to the following methods:

IDBDatabase.createObjectStore
IDBDatabase.deleteObjectStore
IDBDatabaseSync.createObjectStore
IDBDatabaseSync.deleteObjectStore

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Friday, 3 June 2011 06:05:29 UTC