[IndexedDB] Let's remove IDBDatabase.objectStore()

Hi folks,

We originally included IDBDatabase.objectStore() as a convenience
function because we figured that everyone would hate typing
|myDatabase.transaction('myObjectStore').objectStore('myObjectStore')|.
Unfortunately I think we should remove it - too many developers have
used the function without realizing that the returned object was tied
to a particular transaction. Any objections?

-Ben

Received on Monday, 23 August 2010 23:44:24 UTC