Re: Supporting binary keys in IndexedDB

2015-01-05 Thread Benjamin Kelly
On Fri, Jan 2, 2015 at 7:45 PM, Xidorn Quan wrote: > On Sat, Jan 3, 2015 at 2:34 AM, wrote: > > > Supporting binary keys in IndexedDB is a proposed enhancement[1] to the > > standard, referred to some in the related discussion as > > "straightforward"[2]. Chro

Re: Supporting binary keys in IndexedDB

2015-01-02 Thread Xidorn Quan
On Sat, Jan 3, 2015 at 2:34 AM, wrote: > Supporting binary keys in IndexedDB is a proposed enhancement[1] to the > standard, referred to some in the related discussion as > "straightforward"[2]. Chromium has an implementation of this behind a flag. > > I'd like

Supporting binary keys in IndexedDB

2015-01-02 Thread chas
Supporting binary keys in IndexedDB is a proposed enhancement[1] to the standard, referred to some in the related discussion as "straightforward"[2]. Chromium has an implementation of this behind a flag. I'd like to potentially work on adding support for this enhancement t