- From: Joshua Bell <notifications@github.com>
- Date: Fri, 14 Jun 2019 15:33:42 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 June 2019 22:34:04 UTC
Keys can already be arrays, i.e.: ```js store.get([1,2,3]); ``` ... already means something - it's a compound key, referencing a single record in the database. -- 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/19#issuecomment-502300553
Received on Friday, 14 June 2019 22:34:04 UTC