- From: Joshua Bell <notifications@github.com>
- Date: Thu, 22 Sep 2016 05:31:33 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Thursday, 22 September 2016 12:32:02 UTC
`age: { $gte: 30, $lt: 40 }` vs. `age: IDBKeyRange.bounds(30, 40, false, true)` ? The former is more readable, the latter is more consistent with the API. I suppose both is doable, producing the same internal range type. -- 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/45#issuecomment-248890397
Received on Thursday, 22 September 2016 12:32:02 UTC