[whatwg] ArrayBuffer and the structured clone algorithm

On 2/1/11 5:19 AM, Simon Pieters wrote:
> While you're discussing efficient handoff of ArrayBuffer, do you also
> keep in mind efficient handoff of other objects (e.g. ImageData) as
> discussed in this thread?:
> http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-January/029885.html

For what it's worth, in Gecko that's the same thing, since imagedata is 
just a typed array in our implementation.

-Boris

Received on Tuesday, 1 February 2011 09:36:19 UTC