Indexed DB: Ship getAll() and friends
This adds the following methods to existing Indexed DB interfaces. * IDBObjectStore.getAll() * IDBObjectStore.getAllKeys() * IDBIndex.getAll() * IDBIndex.getAllKeys() * IDBObjectStore.openKeyCursor() * IDBTransaction.objectStoreNames Spec (2nd Edition Editor's Draft): https://w3c.github.io/IndexedDB/ Launch Tracking: https://crbug.com/525742 Dashboard: https://www.chromestatus.com/features/6537756637396992 Intent to Ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/uUx7vDWDOd4 Review URL: https://codereview.chromium.org/1363993003 Cr-Commit-Position: refs/heads/master@{#353921}
Showing
Please register or sign in to comment