RESOLVED INVALID 58438
IndexedDB: implement objectStoreNames property
https://bugs.webkit.org/show_bug.cgi?id=58438
Summary IndexedDB: implement objectStoreNames property
Mark Pilgrim (Google)
Reported 2011-04-13 07:29:37 PDT
http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBDatabase-objectStoreNames """ objectStoreNames of type DOMStringList, readonly On getting, this attribute must return a list of names of the object stores currently in the connected database. Once the closePending flag is set on the connection, this function must return a snapshot of the list of names of the object stores taken at the time when the close method was called. Even if other connections are later used to change the set of object stores that exist in the database. In other words, the return value from this function stays constant for the lifetime of the IDBDatabase instance, unless setVersion and createObjectStore or deleteObjectStore is called on this IDBDatabase instance itself. """ This is not currently implemented.
Attachments
test case (1.86 KB, text/html)
2011-04-13 07:30 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-04-13 07:30:02 PDT
Created attachment 89373 [details] test case
Mark Pilgrim (Google)
Comment 2 2011-04-13 18:34:31 PDT
My apologies, the test case is invalid. I should have double-checked in Web Inspector.
Note You need to log in before you can comment on or make changes to this bug.