Re: IndexedDB: Binary Keys

2012-05-22 Thread Arthur Barstow
On 5/21/12 8:03 PM, ext Jonas Sicking wrote: On Mon, May 21, 2012 at 10:09 AM, Joran Greef wrote: IndexedDB supports binary values as per the structured clone algorithm as implemented in Chrome and Firefox. IndexedDB needs to support binary keys (ArrayBuffer, TypedArrays). Many popular KV sto

Re: IndexedDB: Binary Keys

2012-05-21 Thread Charles Pritchard
On May 21, 2012, at 5:03 PM, Jonas Sicking wrote: > On Mon, May 21, 2012 at 10:09 AM, Joran Greef wrote: >> IndexedDB supports binary values as per the structured clone algorithm >> as implemented in Chrome and Firefox. >> >> IndexedDB needs to support binary keys (ArrayBuffer, TypedArrays). >>

Re: IndexedDB: Binary Keys

2012-05-21 Thread Jonas Sicking
On Mon, May 21, 2012 at 10:09 AM, Joran Greef wrote: > IndexedDB supports binary values as per the structured clone algorithm > as implemented in Chrome and Firefox. > > IndexedDB needs to support binary keys (ArrayBuffer, TypedArrays). > > Many popular KV stores accept binary keys (BDB, Tokyo, Le

Re: IndexedDB: Binary Keys

2012-05-21 Thread James Robinson
On Mon, May 21, 2012 at 10:09 AM, Joran Greef wrote: > IndexedDB supports binary values as per the structured clone algorithm > as implemented in Chrome and Firefox. > > IndexedDB needs to support binary keys (ArrayBuffer, TypedArrays). > > Many popular KV stores accept binary keys (BDB, Tokyo, L

IndexedDB: Binary Keys

2012-05-21 Thread Joran Greef
IndexedDB supports binary values as per the structured clone algorithm as implemented in Chrome and Firefox. IndexedDB needs to support binary keys (ArrayBuffer, TypedArrays). Many popular KV stores accept binary keys (BDB, Tokyo, LevelDB). The Chrome implementation of IDB is already serializing