RESOLVED FIXED Bug 42966
[IndexedDB] IndexedDB API is out of sync with the latest specification.
https://bugs.webkit.org/show_bug.cgi?id=42966
Summary [IndexedDB] IndexedDB API is out of sync with the latest specification.
Andrei Popescu
Reported 2010-07-26 05:02:19 PDT
The IndexedDB API has changed as a result of http://www.w3.org/Bugs/Public/show_bug.cgi?id=9975 We need to update the WebKit implementation. The main changes are: - renaming IndexedDatabase interface to IDBFactory - dropping the "Request" suffix from the asynchronous interface names - read access to meta-data, such as objectStore and index names, is synchronous I will be filing individual patches for each of the above and sending the appropriate patches.
Attachments
Jeremy Orlow
Comment 1 2010-09-06 10:46:27 PDT
These have been fixed for a while.
Note You need to log in before you can comment on or make changes to this bug.