- From: Joshua Bell <notifications@github.com>
- Date: Mon, 21 Sep 2015 09:39:33 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Message-ID: <w3c/IndexedDB/issues/39@github.com>
Open issues here for everything on https://www.w3.org/2008/webapps/wiki/IndexedDatabaseFeatures which is not already tracked here. Add issue link to wiki page. ##### Easier Async Programming * [ ] Promise-based API * [ ] Unifying exceptions w/ errors * NOTE: I think the answer here is "promises + ES7 async/await" which does this at a syntax level * [ ] Transaction timeouts ##### Index Enhancements * [ ] Fulltext ##### Query Enhancements * [ ] IDBKeyRange -> general query mechanism/language * [ ] RegExp search * [ ] IDBKeyRange.forPrefix() ##### Performance * [ ] IDBObjectStore/IDBIndex.exists() * [ ] Batch cursors * [ ] Flushing guarantees/control * [ ] R/W transactions restricted to a key range * [ ] Cross-domain access ##### Error Reporting * [ ] Corruption recovery notification * [ ] window.onerror ##### Observers * [ ] Database observers ##### Miscellaneous * [ ] URLs into IDB * [ ] Files on IDB * [ ] multiEntry + array keyPath * [ ] Rewindable cursor * [ ] Cancel versionchange * [ ] Renaming databases --- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/39
Received on Monday, 21 September 2015 16:40:31 UTC