Daniel Ehrenberg wrote:
Uint8ClampedArray is more of a historical artifact than something you should actually aim to use. Uint8Array is probably what you'd want to get at as a basis for a user-level library.
Thanks for posting this, Daniel. Just to be super-clear (and I was around when it was born), Uint8ClampedArray is *totally* a historical artifact (of the HTML5 canvas element). Avoid unless you really are doing canvas-y things.
/be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

