Re: Two years on and still no sensible web storage solutions exist

On Mon, Nov 12, 2012 at 9:52 AM, Joshua Bell <jsbell@google.com> wrote:

> Per the spec, anything the structured cloning algorithm [1] handles can be
> used as record values in IndexedDB. ArrayBuffers are not on that list, but
> Chrome does support them in IndexedDB.
>

The TypedArray spec specifies how to structured clone ArrayBuffers.

http://www.khronos.org/registry/typedarray/specs/latest/#9.1

- Kyle

Received on Monday, 12 November 2012 17:56:55 UTC