[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'.

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

--- Comment #16 from Kenneth Russell <kbr@google.com> 2012-02-29 23:32:09 UTC ---
(In reply to comment #14)
> 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.)

Sorry for letting this go so long, but the editor's draft of the typed array
spec now defines the supported indexed properties.
https://www.khronos.org/registry/typedarray/specs/latest/#7

-- 
Configure bugmail: https://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 Wednesday, 29 February 2012 23:32:12 UTC