On Tue, Jun 15, 2010 at 9:44 AM, Nikunj Mehta <nik...@o-micron.com> wrote:
> (specifically answering out of context)
>
> On May 17, 2010, at 6:15 PM, Jonas Sicking wrote:
>
>> 9. IDBKeyRanges are created using functions on IndexedDatabaseRequest.
>> We couldn't figure out how the old API allowed you to create a range
>> object without first having a range object.
>
> Hey Jonas,
>
> What was the problem in simply creating it like it is shown in examples? The 
> API is intentionally designed that way to be able to use constants such as 
> LEFT_BOUND and operations like only directly from the interface.
>
> For example,
> IDBKeyRange.LEFT_BOUND; // this should evaluate to 4
> IDBKeyRange.only("a").left; // this should evaluate to "a"
>
> Let me know if you need help with this IDL. Also, it might be a good idea to 
> get the WebIDL experts involved in clarifying such questions rather than 
> changing the API.

If that is the intended syntax then that looks ok with me. What
confused me was the IDL. We should definitely have keyrange stuff as a
separate thread though, I'll start one today.

/ Jonas

Reply via email to