[whatwg] ArrayBuffer and the structured clone algorithm

On 2/1/11 1:04 PM, Anne van Kesteren wrote:
> On Tue, 01 Feb 2011 18:36:19 +0100, Boris Zbarsky <bzbarsky at mit.edu> wrote:
>> For what it's worth, in Gecko that's the same thing, since imagedata
>> is just a typed array in our implementation.
>
> ImageData.data you mean?

Yes.

> I wonder if we can still remove CanvasPixelArray.

Well, the typed array we use is a custom type that implements the 
CanvasPixelArray semantics (e.g. the rounding and clamping bits)....

-Boris

Received on Tuesday, 1 February 2011 20:05:16 UTC