- From: Joshua Bell <notifications@github.com>
- Date: Thu, 06 Jun 2019 17:23:32 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 June 2019 00:23:54 UTC
The old text was inconsistent between the two algorithms: > Create and return a new key range with lower bound set to lowerKey, **lower open flag set if lowerOpen is true**, upper bound set to null and upper open flag set. > Create and return a new key range with lower bound set to null, lower open flag set, upper bound set if upperKey, and **upper open flag set to upperOpen**. I picked the latter example to standardize on, but can switch to the former. (Latest thing is booleans, not flags, but that's a bigger change.) -- 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/pull/272#issuecomment-499716140
Received on Friday, 7 June 2019 00:23:54 UTC