http://www.w3.org/Bugs/Public/show_bug.cgi?id=10794
Eliot Graff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Eliot Graff <[email protected]> 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.
