[Webkit-unassigned] [Bug 58438] New: IndexedDB: implement objectStoreNames property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 07:29:37 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58438

           Summary: IndexedDB: implement objectStoreNames property
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: fishd at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list