[Bug 12586] Suggest using Typed Array for ImageData pixels. Add a new 'buffer' attribute that references ArrayBuffer of the pixel data. Convert 'data' (CanvasPixelArray) to Uint8Array view of 'buffer'.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12586

--- Comment #14 from Boris Zbarsky <bzbarsky@mit.edu> 2011-10-20 14:59:07 UTC ---
Yeah, IDL [Clamp] does the right thing.  If the typed array spec is defined via
WebIDL, then we're probably all set.  (Though if it does, it needs various
verbiage about sets of supported indices and such that it seems to be missing.)

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 20 October 2011 14:59:16 UTC