- From: Victor Costan <notifications@github.com>
- Date: Thu, 24 Aug 2017 21:56:12 +0000 (UTC)
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 August 2017 21:56:35 UTC
@mike-north Thank you very much for the feedback! everyone: I intend to put together an explainer and a prototype implementation for Chrome, then ask TAG for a review. Please comment soon if you have any objections to the current API shape, which is: ```webidl partial interface IDBFactory { Promise<sequence<IDBDatabase>> getAllDatabases(); } dictionary IDBDatabaseInfo { DOMString name; unsigned long long version; } ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/31#issuecomment-324768423
Received on Thursday, 24 August 2017 21:56:35 UTC