- From: Joshua Bell <notifications@github.com>
- Date: Wed, 05 Jun 2019 11:59:16 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 June 2019 18:59:38 UTC
A good name surfaced over in https://github.com/WICG/kv-storage/issues/63 - `getAllEntries()` ... which sort-of aligns with ECMAScript's array iterators: `values()`, `keys()`, and `entries()` It would produce an array of two-element arrays. -- 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/206#issuecomment-499212447
Received on Wednesday, 5 June 2019 18:59:38 UTC